Skip to content

Commit

Permalink
feat(stream_recursive): remove functions downstream_recursive and ups…
Browse files Browse the repository at this point in the history
…tream_recursive
  • Loading branch information
mguzman14 committed Aug 20, 2024
1 parent c1a5624 commit d5f0305
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 194 deletions.
84 changes: 0 additions & 84 deletions ud/fct/ud_gw_fct_graphanalytics_downstream_recursive.sql

This file was deleted.

109 changes: 0 additions & 109 deletions ud/fct/ud_gw_fct_graphanalytics_upstream_recursive.sql

This file was deleted.

4 changes: 4 additions & 0 deletions updates/36/36012/ud/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ SELECT gw_fct_admin_manage_fields($${"data":{"action":"DROP","table":"dma", "col
SELECT gw_fct_admin_manage_fields($${"data":{"action":"DROP","table":"dma", "column":"min"}}$$);
SELECT gw_fct_admin_manage_fields($${"data":{"action":"DROP","table":"dma", "column":"max"}}$$);
SELECT gw_fct_admin_manage_fields($${"data":{"action":"DROP","table":"dma", "column":"effec"}}$$);


DROP FUNCTION IF EXISTS gw_fct_graphanalytics_downstream_recursive;
DROP FUNCTION IF EXISTS gw_fct_graphanalytics_upstream_recursive;
7 changes: 6 additions & 1 deletion updates/36/36012/ud/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,9 @@ INSERT INTO sys_table (id, descript, sys_role, criticity, context, orderby, alia
VALUES('minsector', 'Table of minsectors', 'role_edit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'core', NULL, NULL);

INSERT INTO sys_table (id, descript, sys_role, criticity, context, orderby, alias, notify_action, isaudit, keepauditdays, "source", style_id, addparam)
VALUES('selector_muni', 'Selector of municipalities', 'role_basic', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'core', NULL, NULL);
VALUES('selector_muni', 'Selector of municipalities', 'role_basic', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'core', NULL, NULL);

DELETE FROM sys_function WHERE function_name = 'gw_fct_graphanalytics_downstream_recursive';
DELETE FROM sys_function WHERE function_name = 'gw_fct_graphanalytics_upstream_recursive';

drop view if exists vi_parent_arc;

0 comments on commit d5f0305

Please sign in to comment.