|
@@ -82,20 +82,20 @@ CREATE PROCEDURE sp_city_n(IN n INT)
|
|
|
|
|
|
|
|
|
call sp_data_migration_wcmwebsite(@citySuffix, @prevSiteId, @siteIdOffset);
|
|
|
- call sp_data_migration_wcmchannel(@prevChannelId, @channelIdOffset);
|
|
|
- call sp_data_migration_wcmchannelsyn(@prevChannelSynId, @channelSynIdOffset);
|
|
|
+ call sp_data_migration_wcmchannel(@prevChannelId, @siteIdOffset, @channelIdOffset);
|
|
|
+ call sp_data_migration_wcmchannelsyn(@prevChannelSynId, @channelSynIdOffset, @channelIdOffset);
|
|
|
call sp_data_migration_xwcmtableinfo(@citySuffix, @prevTableInfoId, @tableInfoIdOffset);
|
|
|
call sp_data_migration_xwcmclassinfo(@prevClassInfoId, @classInfoIdOffset);
|
|
|
- call sp_data_migration_wcmtemplate(@prevTemplateId, @templateIdOffset);
|
|
|
+ call sp_data_migration_wcmtemplate(@prevTemplateId, @templateIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
call sp_data_migration_wcmtemplatenest(@prevTemplateNestId, @templateNestIdOffset);
|
|
|
- call sp_data_migration_wcmfolderpublishconfig(@prevFolderPublishConfigId, @folderPublishConfigIdOffset);
|
|
|
- call sp_data_migration_wcmtemplateargument(@prevTemplateArgId, @templateArgIdOffset);
|
|
|
- call sp_data_migration_wcmtemplateemploy(@prevTemplateEmployId, @templateEmployIdOffset);
|
|
|
- call sp_data_migration_wcmtemplatequote(@prevTemplateQuoteId, @templateQuoteIdOffset);
|
|
|
- call sp_data_migration_wcmchannelchildindexquote();
|
|
|
- call sp_data_migration_xwcmviewinfo(@citySuffix, @prevViewId, @viewIdOffset);
|
|
|
- call sp_data_migration_xwcmdbfieldinfo(@citySuffix, @prevFieldId, @fieldIdOffset);
|
|
|
- call sp_data_migration_wcmdocument(@prevDocId, @docIdOffset);
|
|
|
+ call sp_data_migration_wcmfolderpublishconfig(@prevFolderPublishConfigId, @folderPublishConfigIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
+ call sp_data_migration_wcmtemplateargument(@prevTemplateArgId, @templateArgIdOffset, @templateIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
+ call sp_data_migration_wcmtemplateemploy(@prevTemplateEmployId, @templateEmployIdOffset, @templateIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
+ call sp_data_migration_wcmtemplatequote(@prevTemplateQuoteId, @templateQuoteIdOffset, @templateIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
+ call sp_data_migration_wcmchannelchildindexquote(@templateIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
+ call sp_data_migration_xwcmviewinfo(@citySuffix, @prevViewId, @viewIdOffset, @tableInfoIdOffset);
|
|
|
+ call sp_data_migration_xwcmdbfieldinfo(@citySuffix, @prevFieldId, @fieldIdOffset, @prevClassInfoId, @tableInfoIdOffset);
|
|
|
+ call sp_data_migration_wcmdocument(@prevDocId, @docIdOffset, @viewIdOffset, @siteIdOffset, @channelIdOffset);
|
|
|
call sp_data_migration_wcmappendix(@prevAppendixId, @appendixIdOffset, @docIdOffset);
|
|
|
call sp_data_migration_wcmchnldoc(@prevRecId, @recIdOffset, @docIdOffset, @siteIdOffset, @channelIdOffset, @viewIdOffset);
|
|
|
call sp_data_migration_xwcmclassinfoview(@prevClassInfoViewId, @classInfoViewIdOffset, @classInfoIdOffset, @docIdOffset, @viewIdOffset);
|
|
@@ -106,7 +106,6 @@ CREATE PROCEDURE sp_city_n(IN n INT)
|
|
|
-- call sp_data_migration_xwcmmetaviewfieldgroup(@prevMetaViewFieldGroupId, @metaViewFieldGroupIdOffset, @viewIdOffset);
|
|
|
|
|
|
|
|
|
-
|
|
|
# 待优化
|
|
|
# 迁移 MAS 视频,6个wcm节点的视频是在一起的。可重复执行。
|
|
|
|