3 lines
108 B
MySQL
3 lines
108 B
MySQL
|
|
-- Remove all ticket view tracking records from audit_log
|
||
|
|
DELETE FROM audit_log WHERE action_type = 'view';
|