12 lines
313 B
SQL
12 lines
313 B
SQL
|
|
delete from zz_gruppi_modules where id='2';
|
|
delete from zz_gruppi_modules where id='1';
|
|
|
|
|
|
|
|
INSERT INTO `zz_impostazioni` (`nome`, `valore`, `tipo`, `editable`, `sezione`) VALUES
|
|
('Gateway SMS', '@tuodominiosms.it', 'string', 1, 'Mail-Sms'),
|
|
('Oggetto SMS', '3xx-xxxxxxxx', 'string', 1, 'Mail-Sms');
|
|
|
|
|