Fix operations
This commit is contained in:
parent
3f9bb5e456
commit
e6e6d267c3
|
@ -226,7 +226,7 @@ CREATE TABLE IF NOT EXISTS `zz_operations` (
|
||||||
`id_module` int(11) NOT NULL,
|
`id_module` int(11) NOT NULL,
|
||||||
`id_plugin` int(11),
|
`id_plugin` int(11),
|
||||||
`id_email` int(11),
|
`id_email` int(11),
|
||||||
`id_record` int(11) NOT NULL,
|
`id_record` int(11),
|
||||||
`id_utente` int(11) NOT NULL,
|
`id_utente` int(11) NOT NULL,
|
||||||
`op` varchar(255) NOT NULL,
|
`op` varchar(255) NOT NULL,
|
||||||
`options` text,
|
`options` text,
|
||||||
|
|
Loading…
Reference in New Issue