mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: update table scheme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user