Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2 / remove_comma_aggregate_functions.sql
1 -- @tag: remove_comma_aggregate_functions
2 -- @description: Entfernt Aggregate Funktion comma
3 -- @depends: release_3_5_3
4
5 DROP AGGREGATE IF EXISTS comma(text);
6 DROP FUNCTION IF EXISTS comma_aggregate ( text, text) ;