Skip to content

Commit

Permalink
wip(v_rpt_*): rename v_rpr_* views without suffix _all, add new one: …
Browse files Browse the repository at this point in the history
…_stats
  • Loading branch information
danimarinBG committed Jan 15, 2025
1 parent 316b2a3 commit 2a3c4d1
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 169 deletions.
19 changes: 17 additions & 2 deletions updates/40/40000/utils/ddlview.sql
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,25 @@ DROP VIEW IF EXISTS v_edit_review_gully;
SELECT gw_fct_admin_manage_child_views($${"client":{"device":4, "infoType":1, "lang":"ES"}, "form":{}, "feature":{},
"data":{"filterFields":{}, "pageInfo":{}, "action":"MULTI-DELETE" }}$$);

DROP VIEW IF EXISTS ve_epa_pipe;
DROP VIEW IF EXISTS ve_epa_junction;
DROP VIEW IF EXISTS ve_epa_tank;
DROP VIEW IF EXISTS ve_epa_reservoir;
DROP VIEW IF EXISTS ve_epa_connec;
DROP VIEW IF EXISTS ve_epa_inlet;

DROP VIEW IF EXISTS v_rpt_node;
DROP VIEW IF EXISTS v_rpt_node_all;

DROP VIEW IF EXISTS ve_epa_pump;
DROP VIEW IF EXISTS ve_epa_pump_additional;
DROP VIEW IF EXISTS ve_epa_valve;
DROP VIEW IF EXISTS ve_epa_shortpipe;
DROP VIEW IF EXISTS ve_epa_pipe;
DROP VIEW IF EXISTS ve_epa_virtualvalve;
DROP VIEW IF EXISTS ve_epa_valve;
DROP VIEW IF EXISTS ve_epa_virtualpump;

DROP VIEW IF EXISTS v_rpt_arc;
DROP VIEW IF EXISTS v_rpt_arc_all;

DROP VIEW IF EXISTS v_edit_arc;
DROP VIEW IF EXISTS v_edit_node;
Expand Down
1 change: 0 additions & 1 deletion updates/40/40000/ws/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ SELECT gw_fct_admin_manage_fields($${"data":{"action":"RENAME","table":"review_c
SELECT gw_fct_admin_manage_fields($${"data":{"action":"RENAME","table":"link", "column":"connecat_id", "newName":"conneccat_id"}}$$);

-- 12/11/24
DROP VIEW ve_epa_virtualpump;
SELECT gw_fct_admin_manage_fields($${"data":{"action":"DROP","table":"inp_virtualpump", "column":"energyvalue"}}$$);

-- 21/11/24
Expand Down
Loading

0 comments on commit 2a3c4d1

Please sign in to comment.