This commit was manufactured by cvs2svn to create tag
[freeside.git] /
1 --
2 create unique index projectnumber_key on project (projectnumber);
3 create unique index partsgroup_key on partsgroup (partsgroup);
4 --
5 alter table ar add (till varchar2(20));
6 alter table ap add (till varchar2(20));
7 --
8 update defaults set version = '2.2.0';
9 --