Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2 / bankaccounts_sortkey_and_obsolete.sql
index cdda464..b8bbd3d 100644 (file)
@@ -1,7 +1,6 @@
 -- @tag: bankaccounts_sortkey_and_obsolete
 -- @description: Bankkonto - Sortierreihenfolge und Ungültig
 -- @depends: release_3_2_0
--- @encoding: utf-8
 
 -- default false needed so that get_all_sorted( query => [ obsolete => 0 ] ) works
 ALTER TABLE bank_accounts ADD COLUMN obsolete BOOLEAN NOT NULL DEFAULT false;