This commit is contained in:
ThatOneCalculator 2023-03-16 18:57:23 -07:00
parent 03a5a332ab
commit 843dc5fd9e
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
export class threadMuteNotifications1655793461890 {
name = 'threadMuteNotifications1655793461890'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "note_thread_muting" ADD "mutingNotificationTypes" "public"."note_thread_muting_mutingnotificationtypes_enum" array NOT NULL DEFAULT '{}'`);
}
async down(queryRunner) {
await queryRunner.query(`ALTER TABLE "note_thread_muting" DROP COLUMN "mutingNotificationTypes"`);
}
}