X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/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 new file mode 100644 index 000000000..399e8dfd6 --- /dev/null +++ b/sql/Pg-upgrade2/trigram_indices_webshop.sql @@ -0,0 +1,5 @@ +-- @tag: trigram_indices_webshop +-- @description: Trigram Indizes für Fuzzysearch bei der Kundensuche im Shopmodul +-- @depends: release_3_5_0 trigram_extension + +CREATE INDEX customer_street_gin_trgm_idx ON customer USING gin (street gin_trgm_ops);