Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class whetherPushNotifyToSendReadMessage1669138716634 {
|
||||
name = "whetherPushNotifyToSendReadMessage1669138716634";
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "sw_subscription" ADD "sendReadMessage" boolean NOT NULL DEFAULT false`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "sw_subscription" DROP COLUMN "sendReadMessage"`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user