1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-24 22:42:33 +01:00

Fix operations

This commit is contained in:
Thomas Zilio 2018-07-10 12:37:50 +02:00
parent 3f9bb5e456
commit e6e6d267c3

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,