diff --git a/src/main/resources/sql-sandboxft.properties b/src/main/resources/sql-sandboxft.properties index e69de29..558f780 100644 --- a/src/main/resources/sql-sandboxft.properties +++ b/src/main/resources/sql-sandboxft.properties @@ -0,0 +1,3 @@ +task1= insert into helpdesk_ticket (title, submitter_email, created, modified, status, on_hold, priority, queue_id, secret_key) values ('Осада для самых маленьких', 'pertuzhabo@eyeofterror.warp', now(), now(), 1, false, 1, 1, 'iron within, iron without') +task2= update helpdesk_ticket set submitter_email = 'ticketchange@mail.ru' where title = 'Осада для самых маленьких' +task3= delete from helpdesk_ticket where title = 'Осада для самых маленьких' \ No newline at end of file