Restyled by clang-format
This commit is contained in:
parent
1d2d4ab023
commit
dc55f0fee8
1 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,12 @@
|
|||
export class vacationMode1724078037441 {
|
||||
name = 'vacationMode1724078037441'
|
||||
name = 'vacationMode1724078037441'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user" ADD "isVacation" boolean NOT NULL DEFAULT false`);
|
||||
}
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(
|
||||
`ALTER TABLE "user" ADD "isVacation" boolean NOT NULL DEFAULT false`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user" DROP COLUMN "isVacation"`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`ALTER TABLE "user" DROP COLUMN "isVacation"`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue