X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9a7376fb5f5a10e0ec12842b19bf76b7b708221d..be71a8600fc889060bed19fa5ef24938ab99b14b:/sql/Pg-upgrade2/trigram_indices.sql diff --git a/sql/Pg-upgrade2/trigram_indices.sql b/sql/Pg-upgrade2/trigram_indices.sql index 4e78a4702..7303450be 100644 --- a/sql/Pg-upgrade2/trigram_indices.sql +++ b/sql/Pg-upgrade2/trigram_indices.sql @@ -2,6 +2,7 @@ -- @description: Trigram Indizes für häufig durchsuchte Spalten -- @depends: release_3_4_1 -- @encoding: utf-8 +-- @may_fail: 1 CREATE EXTENSION IF NOT EXISTS pg_trgm;