mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Updated roleName col length in entity metadata definition
This commit is contained in:
@@ -24,7 +24,7 @@ return static function (ClassMetadata $metadata, array $emConfig): void {
|
||||
|
||||
$builder->createField('roleName', Types::STRING)
|
||||
->columnName('role_name')
|
||||
->length(256)
|
||||
->length(255)
|
||||
->nullable(false)
|
||||
->build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user