Fix rimozione impostazione sbagliata

This commit is contained in:
Thomas Zilio 2019-07-19 17:59:43 +02:00
parent 457a633469
commit b7c62a871d
1 changed files with 0 additions and 1 deletions

View File

@ -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';