Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 7e05ee8

Browse files
committed
fix(email): Set SEQUENCE explicitly
1 parent 4259ba7 commit 7e05ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Email
1616
{
1717
#[ORM\Id]
18-
#[ORM\GeneratedValue]
18+
#[ORM\GeneratedValue(strategy: 'SEQUENCE')]
1919
#[ORM\Column]
2020
private ?int $id = null;
2121

0 commit comments

Comments
 (0)