Fix rimozione impostazione sbagliata
This commit is contained in:
parent
457a633469
commit
b7c62a871d
|
@ -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
|
INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES
|
||||||
(NULL, 'OSMCloud Services API Version', 'v2', 'string', 0, 'Fatturazione Elettronica', 11);
|
(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 Email';
|
||||||
DELETE FROM `zz_settings` WHERE `nome` = 'apilayer API key for VAT number';
|
|
||||||
|
|
Loading…
Reference in New Issue