From 3132be0ff1f5624c2251112a2665387483205bdf Mon Sep 17 00:00:00 2001 From: y-ono-r <95060536+y-ono-r@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:55:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=8C=E6=9C=9F=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=82=A2=E3=83=89=E3=81=AE=E5=AE=9F=E8=A1=8C=E5=A0=B4=E6=89=80?= =?UTF-8?q?=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- s3/data/crm/settings/CRM_Territory2_ALL.txt | 2 +- s3/data/crm/settings/CRM_Territory2__ALL_ex.sql | 1 + s3/data/crm/settings/CRM_Territory2_ex.sql | 1 - s3/data/crm/settings/CRM_UserTerritory2Association_ALL.txt | 2 +- s3/data/crm/settings/CRM_UserTerritory2Association_ALL_ex.sql | 1 + s3/data/crm/settings/CRM_UserTerritory2Association_ex.sql | 1 - 6 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 s3/data/crm/settings/CRM_Territory2__ALL_ex.sql create mode 100644 s3/data/crm/settings/CRM_UserTerritory2Association_ALL_ex.sql diff --git a/s3/data/crm/settings/CRM_Territory2_ALL.txt b/s3/data/crm/settings/CRM_Territory2_ALL.txt index fff3fc29..e51caf1e 100644 --- a/s3/data/crm/settings/CRM_Territory2_ALL.txt +++ b/s3/data/crm/settings/CRM_Territory2_ALL.txt @@ -9,6 +9,6 @@ Id,Name,Territory2TypeId,Territory2ModelId,ParentTerritory2Id,Description,Foreca id,name,territory2_type_id,territory2_model_id,parent_territory2_id,description,forecast_user_id,account_access_level,opportunity_access_level,case_access_level,contact_access_level,last_modified_date,last_modified_by_id,system_modstamp,developer_name,msj_territory_type__c,msj_level__c src02.crm_territory2_all org02.crm_territory2_all - +CRM_Territory2__ALL_ex.sql truncate_src_table:src02.crm_territory2_all diff --git a/s3/data/crm/settings/CRM_Territory2__ALL_ex.sql b/s3/data/crm/settings/CRM_Territory2__ALL_ex.sql new file mode 100644 index 00000000..0619f478 --- /dev/null +++ b/s3/data/crm/settings/CRM_Territory2__ALL_ex.sql @@ -0,0 +1 @@ +CALL src02.crm_data_sync('src02.crm_territory2', 'src02.crm_territory2_all', 'system_modstamp'); diff --git a/s3/data/crm/settings/CRM_Territory2_ex.sql b/s3/data/crm/settings/CRM_Territory2_ex.sql index ffc2befe..8431f9e3 100644 --- a/s3/data/crm/settings/CRM_Territory2_ex.sql +++ b/s3/data/crm/settings/CRM_Territory2_ex.sql @@ -1,2 +1 @@ -CALL src02.crm_data_sync('src02.crm_territory2', 'src02.crm_territory2_all', 'system_modstamp'); CALL src02.crm_history('src02.crm_territory2', 'system_modstamp'); diff --git a/s3/data/crm/settings/CRM_UserTerritory2Association_ALL.txt b/s3/data/crm/settings/CRM_UserTerritory2Association_ALL.txt index 4617829d..f5b579ec 100644 --- a/s3/data/crm/settings/CRM_UserTerritory2Association_ALL.txt +++ b/s3/data/crm/settings/CRM_UserTerritory2Association_ALL.txt @@ -9,6 +9,6 @@ Id,UserId,Territory2Id,IsActive,RoleInTerritory2,LastModifiedDate,LastModifiedBy id,user_id,territory2_id,is_active,role_in_territory2,last_modified_date,last_modified_by_id,system_modstamp src02.crm_user_territory2_association_all org02.crm_user_territory2_association_all - +CRM_UserTerritory2Association_ALL_ex.sql truncate_src_table:src02.crm_user_territory2_association_all diff --git a/s3/data/crm/settings/CRM_UserTerritory2Association_ALL_ex.sql b/s3/data/crm/settings/CRM_UserTerritory2Association_ALL_ex.sql new file mode 100644 index 00000000..a34c64d2 --- /dev/null +++ b/s3/data/crm/settings/CRM_UserTerritory2Association_ALL_ex.sql @@ -0,0 +1 @@ +CALL src02.crm_data_sync('src02.crm_user_territory2_association', 'src02.crm_user_territory2_association_all', 'system_modstamp'); diff --git a/s3/data/crm/settings/CRM_UserTerritory2Association_ex.sql b/s3/data/crm/settings/CRM_UserTerritory2Association_ex.sql index 41b6531d..4c99e171 100644 --- a/s3/data/crm/settings/CRM_UserTerritory2Association_ex.sql +++ b/s3/data/crm/settings/CRM_UserTerritory2Association_ex.sql @@ -1,2 +1 @@ -CALL src02.crm_data_sync('src02.crm_user_territory2_association', 'src02.crm_user_territory2_association_all', 'system_modstamp'); CALL src02.crm_history('src02.crm_user_territory2_association', 'system_modstamp');