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