From 1503462cea66e5913cc1dd552463191bc5f7b6b6 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Thu, 8 Mar 2018 16:26:50 +0630 Subject: [PATCH] update sym file for cusotmer and taxprofiles --- db/sym_master.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/sym_master.sql b/db/sym_master.sql index cd0dac29..3677fc2f 100755 --- a/db/sym_master.sql +++ b/db/sym_master.sql @@ -123,11 +123,11 @@ delete from sym_node; insert into sym_trigger (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 (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