Skip to content

Commit

Permalink
fix migration file for eligible networks
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Sep 14, 2023
1 parent 7031640 commit 1819744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class AddEligibleNetworksToQfRoundEntity1694295208252
public async up(queryRunner: QueryRunner): Promise<void> {
await queryRunner.query(`
ALTER TABLE public.qf_round
ADD COLUMN IF NOT EXIST "eligibleNetworks" integer array DEFAULT ARRAY[]::integer[]
ADD COLUMN IF NOT EXISTS "eligibleNetworks" integer array DEFAULT ARRAY[]::integer[]
`);
}

Expand Down

0 comments on commit 1819744

Please sign in to comment.