Changing lft and rgt database field names to nestedSetLeft and nestedSetRight.

This commit is contained in:
Martin Kamerbeek 2004-08-11 14:23:08 +00:00
parent fff72f50cc
commit 40cc46321e
4 changed files with 64 additions and 64 deletions

View file

@ -255,6 +255,6 @@ alter table users change referringAffiliate referringAffiliate char(22) not null
delete from incrementer where incrementerId in ("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 page change lft nestedSetLeft int(11);
alter table page change rgt nestedSetRight int(11);