mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
up without batch
This commit is contained in:
parent
4c1a7729a1
commit
409bff6d4c
4 changed files with 86 additions and 201 deletions
|
@ -52,7 +52,7 @@ class Place
|
|||
#[ORM\OneToMany(targetEntity: History::class, mappedBy: 'place_id', orphanRemoval: true)]
|
||||
private Collection $histories;
|
||||
|
||||
#[ORM\ManyToOne(inversedBy: 'places')]
|
||||
#[ORM\ManyToOne(inversedBy: 'places', cascade: ['persist'])]
|
||||
private ?Stats $stats = null;
|
||||
|
||||
#[ORM\Column(type: Types::BIGINT)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue