Alle ISO-8859-15-codierten Files nach UTF-8 encodieren
[kivitendo-erp.git] / sql / Pg-upgrade2 / add_tax_id_to_acc_trans.sql
index 06047b5..64db3ff 100644 (file)
@@ -1,7 +1,6 @@
 -- @tag: add_tax_id_to_acc_trans
 -- @description: Neue Spalte tax_id in der acc_trans
 -- @depends: release_3_0_0 charts_without_taxkey
--- @charset: utf-8
 
   --Neue Spalte tax_id in acc_trans:
   ALTER TABLE acc_trans ADD tax_id integer;