多分動くと思うからリリースしようぜ
This commit is contained in:
parent
56fb028855
commit
a03814feae
1 changed files with 0 additions and 0 deletions
11
packages/backend/migration/1703294653915-requestemoji.js
Normal file
11
packages/backend/migration/1703294653915-requestemoji.js
Normal 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"`);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue