Skip to content

Commit

Permalink
fix(updates): delete child views before drop serial_number
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbofill committed Dec 24, 2024
1 parent 1a4195f commit f985e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions updates/36/36016/ud/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ update node n set serial_number = a.serial_number from (
select node_id, serial_number from man_netelement
)a where n.node_id = a.node_id;

SELECT gw_fct_admin_manage_child_views($${"client":{"device":4, "infoType":1, "lang":"ES"}, "form":{}, "feature":{},
"data":{"filterFields":{}, "pageInfo":{}, "action":"MULTI-DELETE" }}$$);

SELECT gw_fct_admin_manage_fields($${"data":{"action":"DROP","table":"man_netelement", "column":"serial_number"}}$$);

SELECT gw_fct_admin_manage_fields($${"data":{"action":"RENAME","table":"cat_arc", "column":"brand", "newName":"brand_id"}}$$);
Expand Down

0 comments on commit f985e70

Please sign in to comment.