Skip to content

Commit

Permalink
fix: add missing index (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 22, 2023
1 parent 851abc1 commit 756bed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX identity_credential_identifiers_nid_i_ici_idx;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX identity_credential_identifiers_nid_i_ici_idx ON identity_credential_identifiers;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX identity_credential_identifiers_nid_i_ici_idx ON identity_credential_identifiers (nid, identifier, identity_credential_id);

0 comments on commit 756bed4

Please sign in to comment.