X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1f0d7da266e23a443c47aaa2dbab844e6be50ee4..f1c500892f64686dda648c7f2ceda4593b00d53a:/sql/Pg-upgrade2/trigram_indices_webshop.sql 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);