wip: notification muting
This commit is contained in:
parent
4671fc4139
commit
ab84c9afa0
@ -0,0 +1,11 @@
|
||||
export class NotificationMuting1730885274028 {
|
||||
name = 'NotificationMuting1730885274028'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "muting" ADD "withNotification" boolean NOT NULL DEFAULT true`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "muting" DROP COLUMN "withNotification"`);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user