mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Added possibility to import users and projects
This commit is contained in:
parent
7220d752ac
commit
563d6bccd3
3 changed files with 171 additions and 3 deletions
|
@ -58,7 +58,7 @@ class ProjectBOMEntry extends AbstractDBElement
|
|||
* @var string A comma separated list of the names, where this parts should be placed
|
||||
* @ORM\Column(type="text", name="mountnames")
|
||||
*/
|
||||
protected string $mountnames;
|
||||
protected string $mountnames = '';
|
||||
|
||||
/**
|
||||
* @var string An optional name describing this BOM entry (useful for non-part entries)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue