adding guid stuff
This commit is contained in:
parent
78c3a63fc0
commit
08f3fc841a
3 changed files with 17 additions and 13 deletions
|
|
@ -253,5 +253,8 @@ alter table userSession change sessionId sessionId char(22) not null;
|
|||
alter table userSessionScratch change sessionId sessionId char(22) not null;
|
||||
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");
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue