Skip to content

Commit

Permalink
Update update_1.3.2to1.4.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Oct 1, 2020
1 parent 4818775 commit e64348c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/update_1.3.2to1.4.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ CREATE UNIQUE INDEX ON atlas.vm_search_taxon (cd_nom, search_name);
CREATE INDEX ON atlas.vm_search_taxon(cd_ref);
CREATE INDEX trgm_idx ON atlas.vm_search_taxon USING GIST (search_name gist_trgm_ops);

-- index unique vm_taxons
CREATE UNIQUE INDEX ON atlas.vm_taxons (cd_ref);


-- update vm_medias
Expand Down

0 comments on commit e64348c

Please sign in to comment.