Skip to content

Commit

Permalink
Fix duplicated index.
Browse files Browse the repository at this point in the history
  • Loading branch information
twister65 committed Jul 8, 2019
1 parent f921639 commit 5f196a8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -81,7 +81,6 @@ ALTER TABLE "#__finder_terms" ALTER COLUMN "soundex" SET DEFAULT '';
CREATE INDEX "#__finder_terms_idx_stem" on "#__finder_terms" ("stem");
CREATE INDEX "#__finder_terms_idx_language" on "#__finder_terms" ("language");
ALTER TABLE "#__finder_terms" DROP CONSTRAINT "#__finder_terms_idx_term", ADD CONSTRAINT "#__finder_terms_idx_term_language" UNIQUE ("term", "language");
CREATE INDEX "#__finder_terms_idx_language" on "#__finder_terms" ("language");

DROP TABLE IF EXISTS "#__finder_terms_common";
CREATE TABLE "#__finder_terms_common" (
Expand Down

0 comments on commit 5f196a8

Please sign in to comment.