X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8bd48e18d5d0096bc9b1ef13c7a84934c0d6cf6d..11d25b53fa311e7d86d499b0350e7aa9a1262859:/sql/Pg-upgrade2/trigram_indices.sql diff --git a/sql/Pg-upgrade2/trigram_indices.sql b/sql/Pg-upgrade2/trigram_indices.sql index 87af0e852..c8b58e5e9 100644 --- a/sql/Pg-upgrade2/trigram_indices.sql +++ b/sql/Pg-upgrade2/trigram_indices.sql @@ -4,7 +4,6 @@ -- @encoding: utf-8 -- @ignore: 1 --- CREATE EXTENSION IF NOT EXISTS pg_trgm; 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);