mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-05 17:01:24 +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