Skip to content

Commit

Permalink
fix(dml files): add ;
Browse files Browse the repository at this point in the history
  • Loading branch information
FerranMart committed Dec 20, 2024
1 parent 4188903 commit 775f780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion updates/40/40000/ud/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,7 @@ WHERE formtype = 'form_feature'
'v_edit_inp_flwreg_weir'
);

DROP FUNCTION IF EXISTS gw_fct_import_swmm_inp(p_data json)
DROP FUNCTION IF EXISTS gw_fct_import_swmm_inp(p_data json);

DELETE FROM config_toolbox
WHERE id=2524; --gw_fct_import_swmm_inp
Expand Down
3 changes: 2 additions & 1 deletion updates/40/40000/ws/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,8 @@ UPDATE config_toolbox SET inputparams='[
]'::json WHERE id=3110;

-- 20/12/2024
DROP FUNCION IF EXISTS gw_fct_import_epanet_inp(p_data json)
DROP FUNCION IF EXISTS gw_fct_import_epanet_inp(p_data json);

DELETE FROM config_function
WHERE id=2522; --gw_fct_import_epanet_inp

Expand Down

0 comments on commit 775f780

Please sign in to comment.