fix(backend): Missing Migration
This commit is contained in:
parent
1c953aa6a7
commit
a147ff8f8c
|
@ -0,0 +1,11 @@
|
|||
export class tweakVarcharLength21684231006000 {
|
||||
name = 'tweakVarcharLength21684231006000'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "meta" ALTER COLUMN "translatorType" TYPE character varying(1024)`, undefined);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue