Skip to content

Commit

Permalink
fix(dml): function instead of funcion
Browse files Browse the repository at this point in the history
  • Loading branch information
FerranMart committed Dec 20, 2024
1 parent 775f780 commit 874283d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/40/40000/ws/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@ 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 FUNCTION 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 874283d

Please sign in to comment.