Skip to content

Commit

Permalink
feat(deprecated views): remove deprecated views
Browse files Browse the repository at this point in the history
  • Loading branch information
mguzman14 committed Aug 20, 2024
1 parent d5f0305 commit db7f707
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion updates/36/36012/ws/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,9 @@ VALUES('selector_muni', 'Selector of municipalities', 'role_basic', NULL, NULL,

delete from config_form_fields where columnname = 'nodetype_id' and formname ilike 've_%';
delete from config_form_fields where columnname = 'connectype_id' and formname ilike 've_%';
delete from config_form_fields where columnname = 'cat_arctype_id' and formname ilike 've_%';
delete from config_form_fields where columnname = 'cat_arctype_id' and formname ilike 've_%';

delete from sys_table where id = 'vi_parent_arc';
delete from sys_table where id = 'vi_parent_connec';
delete from sys_table where id = 'vi_parent_hydrometer';
delete from sys_table where id = 'v_edit_field_valve';

0 comments on commit db7f707

Please sign in to comment.