forked from mirror/Part-DB.Part-DB-server
Added migration from old Database to new database.
This commit is contained in:
parent
42c8222e35
commit
2f39ac90a2
19 changed files with 391 additions and 31 deletions
|
@ -34,7 +34,9 @@ abstract class AttachmentContainingDBElement extends NamedDBElement
|
|||
/**
|
||||
* @var
|
||||
* //TODO
|
||||
* @ORM\OneToMany(targetEntity="Attachment", mappedBy="element")
|
||||
* //@ORM\OneToMany(targetEntity="Attachment", mappedBy="element")
|
||||
*
|
||||
* Mapping is done in sub classes like part
|
||||
*/
|
||||
protected $attachments;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue