Fix operations

This commit is contained in:
Thomas Zilio 2018-07-10 12:37:50 +02:00
parent 3f9bb5e456
commit e6e6d267c3
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ CREATE TABLE IF NOT EXISTS `zz_operations` (
`id_module` int(11) NOT NULL,
`id_plugin` int(11),
`id_email` int(11),
`id_record` int(11) NOT NULL,
`id_record` int(11),
`id_utente` int(11) NOT NULL,
`op` varchar(255) NOT NULL,
`options` text,