removed page stats system, fixed stats page, fixed admin console templating on all admin console error messages
This commit is contained in:
parent
a48450ee27
commit
eb7574e271
19 changed files with 93 additions and 229 deletions
|
|
@ -242,3 +242,6 @@ 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';
|
||||
delete from settings where name='trackPageStatistics';
|
||||
drop table pageStatistics;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue