working on USS

This commit is contained in:
JT Smith 2005-01-31 00:40:06 +00:00
parent 1ec79cfd68
commit 7ac3ec9cc7
5 changed files with 37 additions and 695 deletions

View file

@ -239,3 +239,4 @@ alter table IndexedSearch_docInfo change wobjectId assetId varchar(22);
alter table IndexedSearch_docInfo drop page_groupIdView;
alter table IndexedSearch_docInfo change wobject_special_groupIdView special_groupIdView varchar(22);
alter table IndexedSearch_docInfo change wobject_groupIdView groupIdView varchar(22);
update USS set sortBy='lineage' where sortBy='sequenceNumber';