Skip to content

Commit

Permalink
2.5.12 postgres capitalization strikes again
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljonescodes committed Dec 20, 2023
1 parent b4913d4 commit fb850bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class CategoryCollapseThreshold1703098622747
`ALTER TABLE "app_config" ADD "categoryCollapseThreshold" integer DEFAULT '7'`,
);
await queryRunner.query(
`DELETE FROM business_hours_period WHERE locationId IS NULL;`,
`DELETE FROM "business_hours_period" WHERE "locationId" IS NULL;`,
);
}

Expand Down

0 comments on commit fb850bc

Please sign in to comment.