Changed '' of query
This commit is contained in:
parent
23b3d07f37
commit
5126c651f7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue