[+] BO: Addition, deletion and edition are now logged

This commit is contained in:
Rémi Gaillard
2013-07-11 14:50:23 +02:00
parent d772d97bfa
commit 004e833b24
6 changed files with 27 additions and 5 deletions
+1
View File
@@ -1924,6 +1924,7 @@ CREATE TABLE `PREFIX_log` (
`message` text NOT NULL,
`object_type` varchar(32) DEFAULT NULL,
`object_id` int(10) unsigned DEFAULT NULL,
`id_employee` int(10) unsigned DEFAULT NULL,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,
PRIMARY KEY (`id_log`)