Skip to content

Commit

Permalink
chore: rename index
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Sep 23, 2024
1 parent 83ee721 commit 7547e1c
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_nid_organization_id;
DROP INDEX identities_nid_organization_id_idx;
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CREATE INDEX identities_nid_organization_id ON identities (nid, organization_id);
CREATE INDEX identities_nid_organization_id_idx ON identities (nid, organization_id);

0 comments on commit 7547e1c

Please sign in to comment.