Alle ISO-8859-15-codierten Files nach UTF-8 encodieren
[kivitendo-erp.git] / sql / Pg-upgrade2 / buchungsgruppen_sortkey.sql
index a04835d..35c9f27 100644 (file)
@@ -1,7 +1,6 @@
 -- @tag: buchungsgruppen_sortkey
 -- @description: Neue Spalte für Sortierreihenfolge der Buchungsgruppen
 -- @depends: release_2_4_1
--- @charset: utf-8
 ALTER TABLE buchungsgruppen ADD COLUMN sortkey integer;
 CREATE SEQUENCE tmp_counter;
 UPDATE buchungsgruppen SET sortkey = nextval('tmp_counter');