]> wagnertech.de Git - mfinanz.git/blob - sql/Pg-upgrade/Pg-upgrade-2.2.0.11-2.2.0.12.sql
Revert von "Berichte -> GuV, BWA (get_accounts_g) und Berichte -> Bilanz (get_account...
[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';