X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4921b9f60562684ea8216c64d303fa0cbb418f4c..8dbd8fa1f3261a7d1069bd635489fa1f7948f2c0:/sql/Pg-upgrade2/trigram_indices.sql diff --git a/sql/Pg-upgrade2/trigram_indices.sql b/sql/Pg-upgrade2/trigram_indices.sql index 7303450be..4e78a4702 100644 --- a/sql/Pg-upgrade2/trigram_indices.sql +++ b/sql/Pg-upgrade2/trigram_indices.sql @@ -2,7 +2,6 @@ -- @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;