--
create unique index projectnumber_key on project (projectnumber);
create unique index partsgroup_key on partsgroup (partsgroup);
--
alter table ar add (till varchar2(20));
alter table ap add (till varchar2(20));
--
update defaults set version = '2.2.0';
--