Skip to content

Commit

Permalink
fix: drop index if exists (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 26, 2024
1 parent 8eee972 commit ad0619d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS identity_credential_identifiers_nid_identifier_gin ON identity_credential_identifiers USING GIN (nid, identifier gin_trgm_ops);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS identity_credential_identifiers_nid_identifier_gin;
Empty file.
Empty file.

0 comments on commit ad0619d

Please sign in to comment.