871c52540c46c8980ca064ef03449ed0aea4fb22
[kivitendo-erp.git] / Pg-upgrade-2.2.0.10-2.2.0.11.sql
1 alter table invoice add column longdescription text;
2 alter table orderitems add column longdescription text;
3 alter table translation rename column longtext to longdescription;
4
5 alter table ar add column storno boolean;
6 alter table ar alter column storno set default 'false';
7 alter table ap add column storno boolean;
8 alter table ap alter column storno set default 'false';