From e6e6d267c3239ec270621a942068a97042facf44 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Tue, 10 Jul 2018 12:37:50 +0200 Subject: [PATCH] Fix operations --- update/2_4_2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_4_2.sql b/update/2_4_2.sql index f997baa87..fe5f5e2a0 100644 --- a/update/2_4_2.sql +++ b/update/2_4_2.sql @@ -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,