Uebernahme der kompletten Version, so wie sie Philip als "Demo-Version" gezeigt hat...
[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';