]> wagnertech.de Git - mfinanz.git/blob - sql/Pg-upgrade/Pg-upgrade-2.2.0.13-2.2.0.14.sql
Locales zu Commit 26b68f7e988acbe102b54c40ba205bf1fa74fb10
[mfinanz.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.13-2.2.0.14.sql
1 alter table oe add column proforma boolean;
2 alter table oe alter column proforma set default 'false';
3 update oe set proforma='f';