trigram Indizes mit may_fail versehen und UPGRADE entsprechend angepasst
[kivitendo-erp.git] / sql / Pg-upgrade2 / trigram_indices.sql
index 4e78a47..7303450 100644 (file)
@@ -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;