]> wagnertech.de Git - mfinanz.git/blob - sql/Pg-upgrade/Pg-upgrade-2.2.0.11-2.2.0.12.sql
AttrDuration: in SL::DB::Object->assign_attributes() auch attr_man_days_string()...
[mfinanz.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';