Skip to content
Snippets Groups Projects
Commit 1b3730e0 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

fix(OrganizationI18n): define Doctrine strategy for IDs

parent ef21b8a4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
class OrganizationI18n
{
#[ORM\Id]
#[ORM\GeneratedValue]
#[ORM\GeneratedValue(strategy: 'SEQUENCE')]
#[ORM\Column]
private ?int $id = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment