update sym file for cusotmer and taxprofiles
This commit is contained in:
@@ -123,11 +123,11 @@ delete from sym_node;
|
|||||||
|
|
||||||
insert into sym_trigger
|
insert into sym_trigger
|
||||||
(trigger_id,source_table_name,channel_id,last_update_time,create_time)
|
(trigger_id,source_table_name,channel_id,last_update_time,create_time)
|
||||||
values('tax_profiles','customers','setting',current_timestamp,current_timestamp);
|
values('tax_profiles','tax_profiles','setting',current_timestamp,current_timestamp);
|
||||||
|
|
||||||
insert into sym_trigger
|
insert into sym_trigger
|
||||||
(trigger_id,source_table_name,channel_id,last_update_time,create_time)
|
(trigger_id,source_table_name,channel_id,last_update_time,create_time)
|
||||||
values('display_images','customers','setting',current_timestamp,current_timestamp);
|
values('display_images','display_images','setting',current_timestamp,current_timestamp);
|
||||||
|
|
||||||
# Create Trigger for Dining Channel
|
# Create Trigger for Dining Channel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user