X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Ftrigram_indices_webshop.sql;h=399e8dfd6ee380c01e6d5c5271fe186311dbff93;hb=a9d9ca02abd3a0ff1e43f23888142266174bec55;hp=e008927d4e8343ce7899a39ba7dd8e8410d8e745;hpb=3c69a99f86cb4c935becf708a9696920387d9172;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/trigram_indices_webshop.sql b/sql/Pg-upgrade2/trigram_indices_webshop.sql index e008927d4..399e8dfd6 100644 --- a/sql/Pg-upgrade2/trigram_indices_webshop.sql +++ b/sql/Pg-upgrade2/trigram_indices_webshop.sql @@ -1,7 +1,5 @@ -- @tag: trigram_indices_webshop -- @description: Trigram Indizes für Fuzzysearch bei der Kundensuche im Shopmodul --- @depends: release_3_5_0 shops --- @encoding: utf-8 --- @ignore: 1 +-- @depends: release_3_5_0 trigram_extension CREATE INDEX customer_street_gin_trgm_idx ON customer USING gin (street gin_trgm_ops);