Skip to content

Commit

Permalink
TMI2-263/ create indexes (#31)
Browse files Browse the repository at this point in the history
* added indexes

* removed id from indexes
  • Loading branch information
rachelswart authored Sep 14, 2023
1 parent 4994084 commit 654078a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CREATE UNIQUE INDEX grant_applicant_organisation_profile_applicant_id_idx ON grant_applicant_organisation_profile (applicant_id);
CREATE UNIQUE INDEX grant_submission_applicant_id_idx ON grant_submission (applicant_id);
CREATE UNIQUE INDEX grant_submission_application_id_idx ON grant_submission (application_id);

0 comments on commit 654078a

Please sign in to comment.