Удалить src/branch/SQL/src/main/resources/sql-sandboxft.properties
This commit is contained in:
parent
96a28e0c35
commit
4ebc619c79
@ -1,3 +0,0 @@
|
|||||||
task1= INSERT INTO helpdesk_ticket (title, created, modified, submitter_email, status, on_hold, description, priority, queue_id, secret_key) VALUES ('Ticket for test', CAST('2026-01-19' AS DATE), CAST('2026-01-20' AS DATE), 'some@mail.ru', 2, TRUE, 'test ticket for sql', 1, 1, 1);
|
|
||||||
task2= update helpdesk_ticket set submitter_email = 'ticketchange@mail.ru' where %s = 77
|
|
||||||
task3=delete from helpdesk_ticket where %s = 77
|
|
||||||
Loading…
Reference in New Issue
Block a user