mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
Ajout de la migration symfony avec le changement de BDD
This commit is contained in:
@@ -46,6 +46,8 @@ class Place
|
||||
#[ORM\OneToMany(targetEntity: PolySurface::class, mappedBy: "place")]
|
||||
private $PolySurfaceRepresentation;
|
||||
|
||||
#[ORM\ManyToOne(targetEntity: Edition::class, inversedBy: "editedPlace")]
|
||||
private $editions;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user