From b7c62a871d729b8495c954c6b8e07d530e75002b Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Fri, 19 Jul 2019 17:59:43 +0200 Subject: [PATCH] Fix rimozione impostazione sbagliata --- update/2_4_11.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/update/2_4_11.sql b/update/2_4_11.sql index a825ea116..b35bcafbe 100644 --- a/update/2_4_11.sql +++ b/update/2_4_11.sql @@ -116,4 +116,3 @@ INSERT INTO `zz_api_resources` (`id`, `version`, `type`, `resource`, `class`, `e INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES (NULL, 'OSMCloud Services API Version', 'v2', 'string', 0, 'Fatturazione Elettronica', 11); DELETE FROM `zz_settings` WHERE `nome` = 'apilayer API key for Email'; -DELETE FROM `zz_settings` WHERE `nome` = 'apilayer API key for VAT number';