mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-05-11 03:00:42 -04:00
fix(database): Fix derp on manager name length
This commit is contained in:
@@ -318,7 +318,7 @@ export class initApi1642180264563 implements MigrationInterface {
|
||||
{
|
||||
name: 'name',
|
||||
type: 'varchar',
|
||||
length: '20',
|
||||
length: '200',
|
||||
isNullable: false
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user