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