mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-28 20:50:06 +02:00
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
|
@ -67,10 +67,10 @@ abstract class StructuralDBElement extends AttachmentContainingDBElement
|
|||
|
||||
/**
|
||||
* @var string The comment info for this element
|
||||
* @ORM\Column(type="string", nullable=true)
|
||||
* @ORM\Column(type="text")
|
||||
* @Groups({"simple", "extended", "full"})
|
||||
*/
|
||||
protected $comment;
|
||||
protected $comment = "";
|
||||
|
||||
/**
|
||||
* @var int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue