Skip to content

Commit

Permalink
Merge pull request #2482 from HHS/TTAHUB-3628/migration-issue
Browse files Browse the repository at this point in the history
[TTAHUB-3628] Migration deployment issue
  • Loading branch information
GarrettEHill authored Nov 14, 2024
2 parents 0329ad7 + 3018f22 commit a6c7c63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/migrations/20241031203552-GrantRelationshipToActive.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ module.exports = {
ORDER BY 2,3
WITH DATA;
ALTER TABLE IF EXISTS public."GrantRelationshipToActive"
OWNER TO postgres;
CREATE INDEX "idx_GrantRelationshipToActive_grantId_activeGrantId"
ON public."GrantRelationshipToActive" USING btree
("grantId", "activeGrantId");
Expand Down

0 comments on commit a6c7c63

Please sign in to comment.