rm mig
This commit is contained in:
parent
03a5a332ab
commit
843dc5fd9e
|
@ -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"`);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue