fix: update table scheme

This commit is contained in:
Maël Gangloff
2024-07-11 02:29:08 +02:00
parent 9cc575ff09
commit fbb14df399
14 changed files with 711 additions and 56 deletions

View File

@@ -18,7 +18,7 @@ class Event
#[ORM\Id]
#[ORM\ManyToOne(inversedBy: 'events')]
#[ORM\JoinColumn(nullable: false, referencedColumnName: 'ldhname')]
#[ORM\JoinColumn(referencedColumnName: 'ldhname', nullable: false)]
private ?Domain $domain = null;
public function getAction(): ?string