feat:蓄積スキーマ変更と実行するストアドプロシージャ移動のため、既存の拡張SQLファイルを修正

This commit is contained in:
daido 2023-10-11 09:50:57 +09:00
parent 58d3c1762c
commit bee8f74cf3
15 changed files with 15 additions and 15 deletions

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_AccountShare', 'src02.crm_AccountShare_all', 'LastModifiedDate');
CALL internal02.crm_data_sync('src02.crm_AccountShare', 'src02.crm_AccountShare_all', 'LastModifiedDate');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_AccountShare', 'LastModifiedDate');
CALL internal02.crm_history('src02.crm_AccountShare', 'LastModifiedDate');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Account', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_Account', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Child_Account_vod__c', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_Child_Account_vod__c', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Contact', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_Contact', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_Group', 'src02.crm_Group_all', 'SystemModstamp');
CALL internal02.crm_data_sync('src02.crm_Group', 'src02.crm_Group_all', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Group', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_Group', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_ObjectTerritory2Association', 'src02.crm_ObjectTerritory2Association_all', 'SystemModstamp');
CALL internal02.crm_data_sync('src02.crm_ObjectTerritory2Association', 'src02.crm_ObjectTerritory2Association_all', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_ObjectTerritory2Association', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_ObjectTerritory2Association', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Product_Metrics_vod__c', 'SystemModstamp');
CALL internal02.crm_history('internal02.crm_Product_Metrics_vod__c', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Profile', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_Profile', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_Territory2', 'src02.crm_Territory2_all', 'SystemModstamp');
CALL internal02.crm_data_sync('src02.crm_Territory2', 'src02.crm_Territory2_all', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_Territory2', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_Territory2', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_data_sync('src02.crm_UserTerritory2Association', 'src02.crm_UserTerritory2Association_all', 'SystemModstamp');
CALL internal02.crm_data_sync('src02.crm_UserTerritory2Association', 'src02.crm_UserTerritory2Association_all', 'SystemModstamp');

View File

@ -1 +1 @@
CALL src02.crm_history('src02.crm_UserTerritory2Association', 'SystemModstamp');
CALL internal02.crm_history('src02.crm_UserTerritory2Association', 'SystemModstamp');