feat: 拡張SQL追加(履歴管理3本、データ同期3本)

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2024-03-06 17:54:49 +09:00
parent 5caf62d636
commit b67eb9d543
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
CALL internal02.crm_data_sync('src02.crm_ProcessDefinition', 'src02.crm_ProcessDefinition_all', 'SystemModstamp');

View File

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

View File

@ -0,0 +1 @@
CALL internal02.crm_data_sync('src02.crm_ProcessInstanceStep', 'src02.crm_ProcessInstanceStep_all', 'SystemModstamp');

View File

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

View File

@ -0,0 +1 @@
CALL internal02.crm_data_sync('src02.crm_ProcessNode', 'src02.crm_ProcessNode_all', 'SystemModstamp');

View File

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