多分動くと思うからリリースしようぜ

This commit is contained in:
mattyatea 2023-12-23 10:52:18 +09:00
parent 56fb028855
commit a03814feae

View file

@ -0,0 +1,11 @@
export class Requestemoji1703294653915 {
name = 'Requestemoji1703294653915'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" ADD "requestEmojiAllOk" boolean NOT NULL DEFAULT false`);
}
async down(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "requestEmojiAllOk"`);
}
}