Skip to content

Commit 99fb545

Browse files
committed
fix(config_form_fields): delete nodetype_id, connectype_id, cat_arctype_id from child views
1 parent b45ba16 commit 99fb545

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

updates/36/36012/ws/dml.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,6 @@ INSERT INTO sys_table (id, descript, sys_role, criticity, context, orderby, alia
185185
VALUES('selector_muni', 'Selector of municipalities', 'role_basic', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'core', NULL, NULL);
186186

187187

188-
188+
delete from config_form_fields where columnname = 'nodetype_id' and formname ilike 've_%';
189+
delete from config_form_fields where columnname = 'connectype_id' and formname ilike 've_%';
190+
delete from config_form_fields where columnname = 'cat_arctype_id' and formname ilike 've_%';

0 commit comments

Comments
 (0)