Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #401 from square/jessep/add-index
Browse files Browse the repository at this point in the history
Add index by group ID on the memberships table
  • Loading branch information
jbpeirce committed Jan 24, 2019
2 parents 12040af + fca172d commit d5b68a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX memberships_groupid_idx ON memberships (groupid);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX memberships_groupid_idx ON memberships (groupid);

0 comments on commit d5b68a9

Please sign in to comment.