Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Sep 28, 2020
1 parent 0aa4f9d commit 94cf938
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ export class eventListIsHiddenAttr1601297968526 implements MigrationInterface {
name = 'eventListIsHiddenAttr1601297968526';

public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.query(`ALTER TABLE "event_list" ADD "isHidden" boolean NOT NULL DEFAULT 0`);
await queryRunner.query(`ALTER TABLE "event_list" ADD "isHidden" boolean NOT NULL DEFAULT false`);
}

public async down(queryRunner: QueryRunner): Promise<void> {
Expand Down

0 comments on commit 94cf938

Please sign in to comment.