mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
Clean migration for main bundle
This commit is contained in:
@@ -24,7 +24,7 @@ class PermissionsGroup
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::JSON)]
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::JSON, options: ['default' => '[]', 'jsonb' => true])]
|
||||
private array $flags = [];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user