epic-s6ts
[kivitendo-erp.git] / sql / Pg-upgrade2 / customer_add_taxincluded_checked_2.sql
1 -- @tag: customer_add_taxincluded_checked_2
2 -- @description: Datentype von taxincluded_checked ändern
3 -- @depends: customer_add_taxincluded_checked
4
5 ALTER TABLE customer DROP COLUMN taxincluded_checked;
6
7 ALTER TABLE customer ADD COLUMN taxincluded_checked boolean;