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