update sym master for initial load

This commit is contained in:
Yan
2018-01-19 15:39:36 +06:30
parent 9de47cc5da
commit 705bff9ed7

View File

@@ -772,7 +772,7 @@ insert into sym_node (node_id,node_group_id,external_id,sync_enabled,sync_url,sc
insert into sym_node_security (node_id,node_password,registration_enabled,registration_time,initial_load_enabled,initial_load_time,created_at_node_id)
values ('000','acd36ce830d1fda466eec921433f38',0,current_timestamp,0,current_timestamp,'000');
values ('000','acd36ce830d1fda466eec921433f38',0,current_timestamp,1,current_timestamp,'000');
insert into sym_node_security (node_id,node_password,registration_enabled,registration_time,initial_load_enabled,initial_load_time,created_at_node_id)
values ('001','acd36ce830d1fda466eec921433f38',1,null,1,null,'000');
-- insert into sym_node_security (node_id,node_password,registration_enabled,registration_time,initial_load_enabled,initial_load_time,created_at_node_id)