gifbox migration
This commit is contained in:
parent
7ccab999a4
commit
85140d8a97
|
@ -3,9 +3,9 @@ export class gifboxIntegration1672854439804 {
|
|||
this.name = 'gifboxIntegration1672854439804';
|
||||
}
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "meta" ADD "deeplAuthKey" character varying(128)`);
|
||||
await queryRunner.query(`ALTER TABLE "meta" ADD "gifboxAuthKey" character varying(128)`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "deeplAuthKey"`);
|
||||
await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "gifboxAuthKey"`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue