mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Aggiorno tabella zz_smtp in zz_smtps per il modulo Account email
This commit is contained in:
parent
e6e6d267c3
commit
1aab190794
@ -237,3 +237,6 @@ CREATE TABLE IF NOT EXISTS `zz_operations` (
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
ALTER TABLE `zz_smtp` RENAME `zz_smtps`;
|
||||
|
||||
-- Aggiorno tabella zz_smtp in zz_smtps per il modulo Account email
|
||||
UPDATE `zz_modules` SET `options` = 'SELECT |select| FROM zz_smtps WHERE 1=1 AND deleted = 0 HAVING 2=2 ORDER BY `name`' WHERE `zz_modules`.`name` = 'Account email';
|
||||
|
Loading…
x
Reference in New Issue
Block a user