X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Ftrigram_indices.sql;h=d240d80a74e406b66ea715c266d684fbac99092c;hb=f15f5e4321df31d2279edb480e9c7fc15c3af31c;hp=c8b58e5e95c2d2d2593f410a7a75dced03ad218d;hpb=11d25b53fa311e7d86d499b0350e7aa9a1262859;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/trigram_indices.sql b/sql/Pg-upgrade2/trigram_indices.sql index c8b58e5e9..d240d80a7 100644 --- a/sql/Pg-upgrade2/trigram_indices.sql +++ b/sql/Pg-upgrade2/trigram_indices.sql @@ -1,9 +1,6 @@ -- @tag: trigram_indices -- @description: Trigram Indizes für häufig durchsuchte Spalten --- @depends: release_3_5_0 shops --- @encoding: utf-8 --- @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);