Anpassung an check_right_number_format und check_right_date_format aus der common.js
[kivitendo-erp.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.16-2.2.0.17.sql
1 alter table defaults add column cnnumber text;
2 alter table gl add column type text;
3 alter table ar add column type text;
4 alter table ap add column type text;