mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-06 00:14:36 +02:00
Added database migration for new entities.
This commit is contained in:
parent
7826e3d2ad
commit
408d98c6e1
25 changed files with 246 additions and 99 deletions
|
@ -101,15 +101,6 @@ class Part extends AttachmentContainingDBElement
|
|||
*/
|
||||
protected $footprint;
|
||||
|
||||
/**
|
||||
* @var Storelocation|null
|
||||
* @ORM\ManyToOne(targetEntity="Storelocation", inversedBy="parts")
|
||||
* @ORM\JoinColumn(name="id_storelocation", referencedColumnName="id")
|
||||
*
|
||||
* @ColumnSecurity(prefix="storelocation", type="object")
|
||||
*/
|
||||
protected $storelocation;
|
||||
|
||||
/**
|
||||
* @var Manufacturer|null
|
||||
* @ORM\ManyToOne(targetEntity="Manufacturer", inversedBy="parts")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue