The audit table should support multiple types
This commit is contained in:
parent
ca3bfcde1c
commit
7b8ae3a1d8
@ -1149,7 +1149,8 @@ function execute320Scripts() {
|
||||
|
||||
executeQuery("CREATE TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "audit_trail` (
|
||||
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
`ticket_id` INT NOT NULL,
|
||||
`entity_id` INT NOT NULL,
|
||||
`entity_type` VARCHAR(50) NOT NULL,
|
||||
`language_key` VARCHAR(100) NOT NULL,
|
||||
`date` TIMESTAMP NOT NULL)");
|
||||
executeQuery("CREATE TABLE `" . hesk_dbEscape($hesk_settings['db_pfix']) . "audit_trail_to_replacement_values` (
|
||||
|
Loading…
x
Reference in New Issue
Block a user