X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1f0d7da266e23a443c47aaa2dbab844e6be50ee4..95196671f448d1f0b4f5adf52c260f59f1e32683:/sql/Pg-upgrade2/trigram_indices.sql?ds=sidebyside diff --git a/sql/Pg-upgrade2/trigram_indices.sql b/sql/Pg-upgrade2/trigram_indices.sql index e83855b5f..d240d80a7 100644 --- a/sql/Pg-upgrade2/trigram_indices.sql +++ b/sql/Pg-upgrade2/trigram_indices.sql @@ -1,8 +1,6 @@ -- @tag: trigram_indices -- @description: Trigram Indizes für häufig durchsuchte Spalten --- @depends: release_3_5_0 shops --- @ignore: 1 - +-- @depends: release_3_5_0 trigram_extension CREATE INDEX customer_customernumber_gin_trgm_idx ON customer USING gin (customernumber gin_trgm_ops); CREATE INDEX customer_name_gin_trgm_idx ON customer USING gin (name gin_trgm_ops);