kivitendo/sql/Pg-upgrade/Pg-upgrade-2.2.0.11-2.2.0.12.sql @ 54e4131e
alter table parts add column not_discountable boolean;
|
|
alter table parts alter column not_discountable set default 'false';
|
|
update parts set not_discountable='false';
|