mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-29 07:02:41 +01:00
6 lines
305 B
SQL
6 lines
305 B
SQL
-- Aggiunta del campo per permettere la modifica delle Viste di default
|
|
INSERT INTO `zz_settings` (`nome`, `valore`, `tipo`, `editable`, `sezione`) VALUES ('Modifica Viste di default', '0', 'boolean', 0, 'Generali');
|
|
|
|
-- Retrofix
|
|
UPDATE `mg_articoli` SET `id_categoria` = NULL WHERE `codice` = 'DELETED';
|