default false

This commit is contained in:
ThatOneCalculator 2022-08-09 11:14:14 -07:00
parent d9b8450efb
commit 5c164119f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export class GuestTimeline1660068273737 { export class GuestTimeline1660068273737 {
name = 'GuestTimeline1660068273737' name = 'GuestTimeline1660068273737'
async up(queryRunner) { async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" ADD "enableGuestTimeline" boolean NOT NULL DEFAULT true`); await queryRunner.query(`ALTER TABLE "meta" ADD "enableGuestTimeline" boolean NOT NULL DEFAULT false`);
} }
async down(queryRunner) { async down(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "enableGuestTimeline"`); await queryRunner.query(`ALTER TABLE "meta" DROP COLUMN "enableGuestTimeline"`);