]> wagnertech.de Git - kivitendo-erp.git/blobdiff - sql/Pg-upgrade2/bankaccounts_sortkey_and_obsolete.sql
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / sql / Pg-upgrade2 / bankaccounts_sortkey_and_obsolete.sql
index cdda4648d23936b833dc488a0487c13b0a241387..b8bbd3d25f7a78c15883e3c108d54828fffa539c 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;