Uebernahme der kompletten Version, so wie sie Philip als "Demo-Version" gezeigt hat...
[kivitendo-erp.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.19-2.2.0.20.sql
1 alter table contacts add column cp_fax text;
2 alter table contacts add column cp_mobile1 text;
3 alter table contacts add column cp_mobile2 text;
4 alter table contacts add column cp_satphone text;
5 alter table contacts add column cp_satfax text;
6 alter table contacts add column cp_project text;
7 alter table contacts add column cp_privatphone text;
8 alter table contacts add column cp_privatemail text;
9 alter table contacts add column cp_birthday text;