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.11-2.2.0.12.sql
1 alter table parts add column not_discountable boolean;
2 alter table parts alter column not_discountable set default 'false';
3 update parts set not_discountable='false';