diff --git a/updates/36/36012/ud/ddlview.sql b/updates/36/36012/ud/ddlview.sql index 08eeaec058..9bd86dcd5f 100644 --- a/updates/36/36012/ud/ddlview.sql +++ b/updates/36/36012/ud/ddlview.sql @@ -4395,3 +4395,6 @@ CREATE OR REPLACE VIEW v_edit_raingage AS WHERE raingage.expl_id = selector_expl.expl_id AND selector_expl.cur_user = "current_user"()::text AND (m.cur_user = current_user or raingage.muni_id is null); + +DROP VIEW IF EXISTS v_anl_pgrouting_arc; +DROP VIEW IF EXISTS v_anl_pgrouting_node; diff --git a/updates/36/36012/ud/dml.sql b/updates/36/36012/ud/dml.sql index 04c4515645..24f5d6dce4 100644 --- a/updates/36/36012/ud/dml.sql +++ b/updates/36/36012/ud/dml.sql @@ -154,3 +154,9 @@ UPDATE config_form_tableview SET columnindex=4 WHERE objectname='v_ui_rpt_cat_re UPDATE config_form_tableview SET columnindex=6 WHERE objectname='v_ui_rpt_cat_result' AND columnname='descript'; INSERT INTO config_form_tableview (location_type, project_type, objectname, columnname, columnindex, visible, width, alias, "style", addparam) VALUES('epa_toolbar', 'utils', 'v_ui_rpt_cat_result', 'iscorporate', 5, true, NULL, NULL, NULL, NULL); + + +DELETE FROM sys_table WHERE id = 'v_anl_pgrouting_arc'; +DELETE FROM sys_table WHERE id = 'v_anl_pgrouting_node'; + +DELETE FROM sys_table WHERE id = 'v_edit_man_netelement'; \ No newline at end of file diff --git a/utils/fct/gw_fct_admin_schema_lastprocess.sql b/utils/fct/gw_fct_admin_schema_lastprocess.sql index f67b9a0ffb..fd5e7aef51 100644 --- a/utils/fct/gw_fct_admin_schema_lastprocess.sql +++ b/utils/fct/gw_fct_admin_schema_lastprocess.sql @@ -173,7 +173,6 @@ BEGIN DROP VIEW IF EXISTS v_edit_man_hydrant; DROP VIEW IF EXISTS v_edit_man_junction; DROP VIEW IF EXISTS v_edit_man_meter; - DROP VIEW IF EXISTS v_edit_man_netelement; DROP VIEW IF EXISTS v_edit_man_netsamplepoint; DROP VIEW IF EXISTS v_edit_man_netwjoin; DROP VIEW IF EXISTS v_edit_man_pump;