mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
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…
x
Reference in New Issue
Block a user