Skip to content

Commit

Permalink
fix: add missing index
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 22, 2023
1 parent f905408 commit d86dd06
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 @@
DROP INDEX identity_credential_identifiers.identity_credential_identifiers_nid_i_ici_idx;
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 d86dd06

Please sign in to comment.