]> wagnertech.de Git - kivitendo-erp.git/blob - sql/Pg-upgrade2/customer_vendor_add_currency.sql
More special chars
[kivitendo-erp.git] / sql / Pg-upgrade2 / customer_vendor_add_currency.sql
1 -- @tag: customer_vendor_add_currency
2 -- @description: Spalten für Währung bei Kunde/Lieferant
3 -- @depends: release_2_6_3
4 ALTER TABLE customer ADD COLUMN curr character(3);
5 ALTER TABLE vendor   ADD COLUMN curr character(3);