Skip to content

Commit

Permalink
chore: adjust index to include nid
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Sep 23, 2024
1 parent 6038a09 commit 83ee721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DROP INDEX identities_organization_id;
DROP INDEX identities_nid_organization_id;
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CREATE INDEX identities_organization_id ON identities (organization_id ASC);
CREATE INDEX identities_nid_organization_id ON identities (nid, organization_id);

0 comments on commit 83ee721

Please sign in to comment.