fix(database): Fix derp on manager name length

This commit is contained in:
FoxxMD
2022-03-29 14:40:21 -04:00
parent c292da47df
commit ba32853264

View File

@@ -318,7 +318,7 @@ export class initApi1642180264563 implements MigrationInterface {
{
name: 'name',
type: 'varchar',
length: '20',
length: '200',
isNullable: false
},
{