up without batch

This commit is contained in:
Tykayn 2025-06-05 16:20:20 +02:00 committed by tykayn
parent 4c1a7729a1
commit 409bff6d4c
4 changed files with 86 additions and 201 deletions

View file

@ -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)]