Umstellung Migrationen bzgl. Multi-Plattform-Support.

Zunächst MySQL, SQLite Statements integrieren.
This commit is contained in:
Marcel Diegelmann 2025-04-23 13:59:23 +02:00
parent 7162199e61
commit 18a290bd67
2 changed files with 284 additions and 6 deletions

View file

@ -122,7 +122,7 @@ class Category extends AbstractPartsContainingDBElement
* @var string The prefix for ipn generation for created parts in this category.
*/
#[Groups(['full', 'import', 'category:read', 'category:write'])]
#[ORM\Column(type: Types::STRING, length: 255, nullable: false)]
#[ORM\Column(type: Types::STRING, length: 255, nullable: false, options: ['default' => ''])]
protected string $part_ipn_prefix = '';
/**