update symn for display images

This commit is contained in:
Aung Myo
2018-02-14 13:59:28 +06:30
parent 1b1ab32328
commit 086d5a7306

View File

@@ -121,6 +121,10 @@ delete from sym_node;
(trigger_id,source_table_name,channel_id,last_update_time,create_time)
values('tax_profiles','customers','setting',current_timestamp,current_timestamp);
insert into sym_trigger
(trigger_id,source_table_name,channel_id,last_update_time,create_time)
values('display_images','customers','setting',current_timestamp,current_timestamp);
# Create Trigger for Dining Channel
insert into sym_trigger
@@ -367,6 +371,10 @@ delete from sym_node;
(trigger_id,router_id,initial_load_order,last_update_time,create_time)
values('tax_profiles','cloud_2_sx', 100, current_timestamp, current_timestamp);
insert into sym_trigger_router
(trigger_id,router_id,initial_load_order,last_update_time,create_time)
values('display_images','cloud_2_sx', 100, current_timestamp, current_timestamp);
# Setting Channel # From Master to cloud
insert into sym_trigger_router
(trigger_id,router_id,initial_load_order,last_update_time,create_time)
@@ -400,6 +408,10 @@ delete from sym_node;
(trigger_id,router_id,initial_load_order,last_update_time,create_time)
values('tax_profiles','sx_2_cloud', 100, current_timestamp, current_timestamp);
insert into sym_trigger_router
(trigger_id,router_id,initial_load_order,last_update_time,create_time)
values('display_images','sx_2_cloud', 100, current_timestamp, current_timestamp);
#End Setting Channel
# Dining Channel # From cloud to SX