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"`); } }