The audit table should support multiple types

master
Mike Koch 7 years ago
parent ca3bfcde1c
commit 7b8ae3a1d8
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -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…
Cancel
Save