fixed nav bug
This commit is contained in:
parent
0d2bbe87d0
commit
b461d45f6b
3 changed files with 17 additions and 17 deletions
|
|
@ -98,6 +98,7 @@
|
|||
- bugfix [ 1014337 ] WSClient->new error: templateId field missing in
|
||||
database
|
||||
- bugfix [ 991782 ] More Fault Tolerent upgrade_5.9.9-6.0.0.pl
|
||||
- Minor performance enhancements to Navigation system.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -255,7 +255,6 @@ alter table userSessionScratch change sessionId sessionId char(22) not null;
|
|||
alter table users change referringAffiliate referringAffiliate char(22) not null;
|
||||
alter table page change lft nestedSetLeft int(11);
|
||||
alter table page change rgt nestedSetRight int(11);
|
||||
alter table page change id id char(22);
|
||||
delete from incrementer where incrementerId in ("messageLogId","profileCategoryId","templateId","navigationId","passiveProfileLogId","metaData_fieldId","userId","collateralId","pageId","databaseLinkId", "DataForm_entryId", "DataForm_fieldId", "DataForm_tabId", "EventsCalendar_eventId", "EventsCalendar_recurringId", "FileManager_fileId", "forumId", "forumPostId", "forumThreadId", "groupId", "languageId", "Product_benefitId", "Product_featureId", "Product_specificationId", "replacementId", "Survey_answerId", "Survey_id", "Survey_questionId", "Survey_responseId", "USS_id", "USS_submissionId", "wobjectId");
|
||||
alter table forum change postsPerPage threadsPerPage int(11) default 30;
|
||||
alter table forum add postsPerPage int(11) default 10 after threadsPerPage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue