adding GUID stuff
This commit is contained in:
parent
f48fc75d54
commit
14cfc2cdc9
3 changed files with 144 additions and 18 deletions
|
|
@ -128,4 +128,130 @@ INSERT INTO template VALUES (10,'htmlArea Image Manager','<!DOCTYPE HTML PUBLIC
|
|||
INSERT INTO groups VALUES (13,'Export Managers','Users in this group can export pages to disk.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,1);
|
||||
|
||||
INSERT INTO groupGroupings VALUES (3,13);
|
||||
alter table DataForm_entryData change wobjectId wobjectId char(22);
|
||||
alter table DataForm_entryData change DataForm_entryId DataForm_entryId char(22) not null;
|
||||
alter table DataForm_entryData change DataForm_fieldId DataForm_fieldId char(22) not null;
|
||||
alter table DataForm_field change wobjectId wobjectId char(22);
|
||||
alter table DataForm_field change DataForm_fieldId DataForm_fieldId char(22) not null;
|
||||
alter table DataForm_field change DataForm_tabId DataForm_tabId char(22) not null default 0;
|
||||
alter table HttpProxy change wobjectId wobjectId char(22) not null;
|
||||
alter table IndexedSearch change wobjectId wobjectId char(22) not null;
|
||||
alter table IndexedSearch_docInfo change pageId pageId char(22);
|
||||
alter table IndexedSearch_docInfo change wobjectId wobjectId char(22);
|
||||
alter table IndexedSearch_docInfo change page_groupIdView page_groupIdView char(22);
|
||||
alter table IndexedSearch_docInfo change wobject_groupIdView wobject_groupIdView char(22);
|
||||
alter table IndexedSearch_docInfo change wobject_special_groupIdView wobject_special_groupIdView char(22);
|
||||
alter table IndexedSearch_docInfo change languageId languageId varchar(35);
|
||||
alter table MessageBoard change wobjectId wobjectId char(22) not null;
|
||||
alter table MessageBoard_forums change wobjectId wobjectId char(22);
|
||||
alter table MessageBoard_forums change forumId forumId char(22);
|
||||
alter table Navigation change navigationId navigationId char(22) not null;
|
||||
alter table Navigation change templateId templateId char(22);
|
||||
alter table Poll change wobjectId wobjectId char(22) not null;
|
||||
alter table Poll change voteGroup voteGroup char(22);
|
||||
alter table Poll_answer change wobjectId wobjectId char(22);
|
||||
alter table Product change wobjectId wobjectId char(22) not null;
|
||||
alter table Product_accessory change wobjectId wobjectId char(22) not null;
|
||||
alter table Product_accessory change AccessoryWobjectId AccessoryWobjectId char(22) not null;
|
||||
alter table Product_benefit change wobjectId wobjectId char(22);
|
||||
alter table Product_benefit change Product_benefitId Product_benefitId char(22) not null;
|
||||
alter table Product_feature change wobjectId wobjectId char(22);
|
||||
alter table Product_feature change Product_featureId Product_featureId char(22) not null;
|
||||
alter table Product_related change wobjectId wobjectId char(22) not null;
|
||||
alter table Product_related change RelatedWobjectId RelatedWobjectId char(22) not null;
|
||||
alter table Product_specification change wobjectId wobjectId char(22);
|
||||
alter table Product_specification change Product_specificationId Product_specificationId char(22) not null;
|
||||
alter table SQLReport change wobjectId wobjectId char(22) not null;
|
||||
alter table SQLReport change databaseLinkId databaseLinkId char(22);
|
||||
alter table SiteMap change wobjectId wobjectId char(22) not null;
|
||||
alter table Survey change wobjectId wobjectId char(22) not null;
|
||||
alter table Survey change groupToTakeSurvey groupToTakeSurvey char(22);
|
||||
alter table Survey change groupToViewReports groupToViewReports char(22);
|
||||
alter table Survey change Survey_id Survey_id char(22);
|
||||
alter table Survey change responseTemplateId responseTemplateId char(22);
|
||||
alter table Survey change reportcardTemplateId reportcardTemplateId char(22);
|
||||
alter table Survey change overviewTemplateId overviewTemplateId char(22);
|
||||
alter table Survey_answer change Survey_id Survey_id char(22);
|
||||
alter table Survey_answer change Survey_questionId Survey_questionId char(22);
|
||||
alter table Survey_answer change Survey_answerId Survey_answerId char(22) not null;
|
||||
alter table Survey_answer change gotoQuestion gotoQuestion char(22);
|
||||
alter table Survey_question change Survey_id Survey_id char(22);
|
||||
alter table Survey_question change Survey_questionId Survey_questionId char(22) not null;
|
||||
alter table Survey_question change gotoQuestion gotoQuestion char(22);
|
||||
alter table Survey_questionResponse change Survey_id Survey_id char(22);
|
||||
alter table Survey_questionResponse change Survey_answerId Survey_answerId char(22) not null;
|
||||
alter table Survey_questionResponse change Survey_responseId Survey_responseId char(22) not null;
|
||||
alter table Survey_questionResponse change Survey_questionId Survey_questionId char(22) not null;
|
||||
alter table Survey_response change Survey_id Survey_id char(22);
|
||||
alter table Survey_response change Survey_responseId Survey_responseId char(22) not null;
|
||||
alter table SyndicatedContent change wobjectId wobjectId char(22) not null;
|
||||
alter table WSClient change wobjectId wobjectId char(22) not null;
|
||||
alter table WSClient drop column templateId;
|
||||
alter table WobjectProxy change wobjectId wobjectId char(22) not null;
|
||||
alter table WobjectProxy change proxiedWobjectId proxiedWobjectId char(22);
|
||||
alter table collateral change collateralId collateralId char(22) not null;
|
||||
alter table collateral change collateralFolderId collateralFolderId char(22);
|
||||
alter table collateralFolder change collateralFolderId collateralFolderId char(22) not null;
|
||||
alter table collateralFolder change parentId parentId char(22) not null;
|
||||
alter table databaseLink change databaseLinkId databaseLinkId char(22) not null;
|
||||
alter table forum change forumId forumId char(22) not null;
|
||||
alter table forum change groupToPost groupToPost char(22);
|
||||
alter table forum change groupToModerate groupToModerate char(22);
|
||||
alter table forum change lastPostId lastPostId char(22);
|
||||
alter table forum change forumTemplateId forumTemplateId char(22);
|
||||
alter table forum change threadTemplateId threadTemplateId char(22);
|
||||
alter table forum change postTemplateId postTemplateId char(22);
|
||||
alter table forum change postformTemplateId postformTemplateId char(22);
|
||||
alter table forum change notificationTemplateId notificationTemplateId char(22);
|
||||
alter table forum change searchTemplateId searchTemplateId char(22);
|
||||
alter table forum change groupToView groupToView char(22);
|
||||
alter table forum change masterForumId masterForumId char(22);
|
||||
alter table forumPost change forumPostId forumPostId char(22) not null;
|
||||
alter table forumPost change parentId parentId char(22);
|
||||
alter table forumPost change forumThreadId forumThreadId char(22);
|
||||
alter table forumPostAttachment change forumPostAttachmentId forumPostAttachmentId char(22) not null;
|
||||
alter table forumPostAttachment change forumPostId forumPostId char(22);
|
||||
alter table forumPostRating change forumPostId forumPostId char(22);
|
||||
alter table forumRead change forumPostId forumPostId char(22) not null;
|
||||
alter table forumRead change forumThreadId forumThreadId char(22);
|
||||
alter table forumSubscription change forumId forumId char(22) not null;
|
||||
alter table forumThread change forumThreadId forumThreadId char(22) not null;
|
||||
alter table forumThread change forumId forumId char(22);
|
||||
alter table forumThread change rootPostId rootPostId char(22);
|
||||
alter table forumThread change lastPostId lastPostId char(22);
|
||||
alter table forumThreadSubscription change forumThreadId forumThreadId char(22) not null;
|
||||
alter table groupGroupings change groupId groupId char(22) not null;
|
||||
alter table groupGroupings change inGroup inGroup char(22) not null;
|
||||
alter table groupings change groupId groupId char(22) not null;
|
||||
alter table groups change groupId groupId char(22) not null;
|
||||
alter table groups change databaseLinkId databaseLinkId char(22);
|
||||
alter table messageLog change messageLogId messageLogId char(22) not null;
|
||||
alter table metaData_properties change fieldId fieldId char(22) not null;
|
||||
alter table metaData_values change fieldId fieldId char(22) not null;
|
||||
alter table metaData_values change wobjectId wobjectId char(22) not null;
|
||||
alter table page change pageId pageId char(22) not null;
|
||||
alter table page change parentId parentId char(22);
|
||||
alter table page change templateId templateId char(22);
|
||||
alter table page change styleId styleId char(22);
|
||||
alter table page change groupIdView groupIdView char(22);
|
||||
alter table page change groupIdEdit groupIdEdit char(22);
|
||||
alter table page change bufferUserId bufferUserId char(22);
|
||||
alter table page change bufferPrevId bufferPrevId char(22);
|
||||
alter table page change printableStyleId printableStyleId char(22);
|
||||
alter table pageStatistics change pageId pageId char(22);
|
||||
alter table pageStatistics change wobjectId wobjectId char(22);
|
||||
alter table passiveProfileAOI change fieldId fieldId char(22) not null;
|
||||
alter table passiveProfileLog change passiveProfileLogId passiveProfileLogId char(22) not null;
|
||||
alter table passiveProfileLog change wobjectId wobjectId char(22);
|
||||
alter table replacements change replacementId replacementId char(22) not null;
|
||||
alter table template change templateId templateId char(22) not null;
|
||||
alter table theme change themeId themeId char(22) not null;
|
||||
alter table themeComponent change themeId themeId char(22);
|
||||
alter table userProfileCategory change profileCategoryId profileCategoryId char(22) not null;
|
||||
alter table userProfileField change profileCategoryId profileCategoryId char(22);
|
||||
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;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue