Restyled by clang-format

This commit is contained in:
Restyled.io 2024-08-19 14:52:05 +00:00
parent 1d2d4ab023
commit dc55f0fee8

View file

@ -2,7 +2,8 @@ export class vacationMode1724078037441 {
name = 'vacationMode1724078037441'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "user" ADD "isVacation" boolean NOT NULL DEFAULT false`);
await queryRunner.query(
`ALTER TABLE "user" ADD "isVacation" boolean NOT NULL DEFAULT false`);
}
async down(queryRunner) {