fix vari e sistemazioni
This commit is contained in:
4
DBDiff/proxy.sql
Normal file
4
DBDiff/proxy.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `proxy_utenti` ADD `guest` INT NOT NULL DEFAULT '0' AFTER `modifica`;
|
||||
|
||||
INSERT INTO `pannello_vbc`.`livelli` (`id`, `livello`, `nome`) VALUES (NULL, '1', 'Libero');
|
||||
ALTER TABLE `moduli_page` ADD `livello` INT NOT NULL AFTER `pagina`;
|
||||
Reference in New Issue
Block a user