mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added some basic DB fields for the new project system
This commit is contained in:
parent
8ae4e9fe05
commit
0c7ec9f0c7
36 changed files with 281 additions and 130 deletions
|
@ -24,7 +24,7 @@ namespace App\Command\Migrations;
|
|||
|
||||
use App\Entity\Attachments\AttachmentType;
|
||||
use App\Entity\Base\AbstractNamedDBElement;
|
||||
use App\Entity\Devices\Device;
|
||||
use App\Entity\ProjectSystem\Project;
|
||||
use App\Entity\Parts\Category;
|
||||
use App\Entity\Parts\Manufacturer;
|
||||
use App\Entity\Parts\MeasurementUnit;
|
||||
|
@ -94,7 +94,7 @@ class ConvertBBCodeCommand extends Command
|
|||
Part::class => ['description', 'comment'],
|
||||
AttachmentType::class => ['comment'],
|
||||
Storelocation::class => ['comment'],
|
||||
Device::class => ['comment'],
|
||||
Project::class => ['comment'],
|
||||
Category::class => ['comment'],
|
||||
Manufacturer::class => ['comment'],
|
||||
MeasurementUnit::class => ['comment'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue