We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbc243 commit 3b6c3d8Copy full SHA for 3b6c3d8
updates/36/36012/ud/dml.sql
@@ -159,4 +159,10 @@ VALUES('epa_toolbar', 'utils', 'v_ui_rpt_cat_result', 'iscorporate', 5, true, NU
159
DELETE FROM sys_table WHERE id = 'v_anl_pgrouting_arc';
160
DELETE FROM sys_table WHERE id = 'v_anl_pgrouting_node';
161
162
-DELETE FROM sys_table WHERE id = 'v_edit_man_netelement';
+DELETE FROM sys_table WHERE id = 'v_edit_man_netelement';
163
+
164
+INSERT INTO sys_table (id, descript, sys_role, criticity, context, orderby, alias, notify_action, isaudit, keepauditdays, "source", style_id, addparam)
165
+VALUES('minsector', 'Table of minsectors', 'role_edit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'core', NULL, NULL);
166
167
168
+VALUES('selector_muni', 'Selector of municipalities', 'role_basic', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'core', NULL, NULL);
updates/36/36012/ws/dml.sql
@@ -181,6 +181,8 @@ INSERT INTO sys_style (idval, context, styletype) VALUES ('v_edit_connec', 'DMA'
181
INSERT INTO sys_style (idval, context, styletype) VALUES ('v_edit_link', 'DMA', 'qml');
182
183
184
185
186
187
188
0 commit comments