Changed '' of query

This commit is contained in:
Marcos Alconada 2019-05-09 17:38:40 +02:00
parent 23b3d07f37
commit 5126c651f7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
START TRANSACTION;
DELETE FROM 'tevent_response' WHERE 'name' LIKE 'Create Integria IMS incident from event';
DELETE FROM `tevent_response` WHERE `name` LIKE 'Create Integria IMS incident from event';
COMMIT;