From 775f7803d302703d2ab067d7e076009b0d19a2ce Mon Sep 17 00:00:00 2001 From: Ferran Date: Fri, 20 Dec 2024 12:24:19 +0100 Subject: [PATCH] fix(dml files): add ; --- updates/40/40000/ud/dml.sql | 2 +- updates/40/40000/ws/dml.sql | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/updates/40/40000/ud/dml.sql b/updates/40/40000/ud/dml.sql index 763b7eb08..61a902ddf 100644 --- a/updates/40/40000/ud/dml.sql +++ b/updates/40/40000/ud/dml.sql @@ -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 diff --git a/updates/40/40000/ws/dml.sql b/updates/40/40000/ws/dml.sql index 2a5e88937..cda82f27a 100644 --- a/updates/40/40000/ws/dml.sql +++ b/updates/40/40000/ws/dml.sql @@ -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