mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Updated roleName col length in entity metadata definition
This commit is contained in:
parent
8132113ed9
commit
45d162e71a
@ -24,7 +24,7 @@ return static function (ClassMetadata $metadata, array $emConfig): void {
|
|||||||
|
|
||||||
$builder->createField('roleName', Types::STRING)
|
$builder->createField('roleName', Types::STRING)
|
||||||
->columnName('role_name')
|
->columnName('role_name')
|
||||||
->length(256)
|
->length(255)
|
||||||
->nullable(false)
|
->nullable(false)
|
||||||
->build();
|
->build();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user