You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: updates/36/36010/utils/dml.sql
+4-4
Original file line number
Diff line number
Diff line change
@@ -258,10 +258,10 @@ UPDATE config_form_fields SET linkedobject='tbl_event_x_arc' WHERE formname='arc
258
258
UPDATE config_form_fields SET linkedobject='tbl_event_x_connec'WHERE formname='connec'AND formtype='form_feature'AND tabname='tab_event'AND linkedobject ='tbl_visit_x_connec';
259
259
UPDATE config_form_fields SET linkedobject='tbl_event_x_node'WHERE formname='node'AND formtype='form_feature'AND tabname='tab_event'AND linkedobject ='tbl_visit_x_node';
260
260
261
-
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_arc_leak', 'SELECT * FROM v_ui_visit_arc_leak WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL);
262
-
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_connec_leak', 'SELECT * FROM v_ui_visit_connec_leak WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL);
263
-
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_node_insp', 'SELECT * FROM v_ui_visit_node_insp WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL);
264
-
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_incid_node', 'SELECT * FROM v_ui_visit_incid_node WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL);
261
+
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_arc_leak', 'SELECT * FROM v_ui_visit_arc_leak WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL)ON CONFLICT (listname, device) DO NOTHING;
262
+
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_connec_leak', 'SELECT * FROM v_ui_visit_connec_leak WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL)ON CONFLICT (listname, device) DO NOTHING;
263
+
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_node_insp', 'SELECT * FROM v_ui_visit_node_insp WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL)ON CONFLICT (listname, device) DO NOTHING;
264
+
INSERT INTO config_form_list (listname, query_text, device, listtype, listclass, vdefault, addparam) VALUES('v_ui_visit_incid_node', 'SELECT * FROM v_ui_visit_incid_node WHERE visit_id IS NOT NULL', 4, 'tab', 'list', '{"orderBy":"1", "orderType": "ASC"}'::json, NULL)ON CONFLICT (listname, device) DO NOTHING;
265
265
266
266
UPDATE config_form_fields SET dv_querytext='SELECT id, idval FROM config_visit_class WHERE feature_type IN (''ARC'',''ALL'') ', isfilter=false, dv_isnullvalue=false, widgetfunction='{"functionName": "manage_visit_class","parameters": {}}'::json WHERE formname='arc'AND formtype='form_feature'AND columnname='visit_class'AND tabname='tab_visit';
267
267
UPDATE config_form_fields SET linkedobject=NULLWHERE formname='arc'AND formtype='form_feature'AND columnname='tbl_visits'AND tabname='tab_visit';
0 commit comments