Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class AllowCallsDefaultOff1783309000000 {
|
||||
name = "AllowCallsDefaultOff1783309000000";
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "allowCalls" SET DEFAULT false`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user_profile" ALTER COLUMN "allowCalls" SET DEFAULT true`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user