From b36472e7c82d4e2b673be6f2e984e3faa7119d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D0=B8=D0=B9=20=D0=A1=D0=BC?= =?UTF-8?q?=D0=B8=D1=80=D0=BD=D0=BE=D0=B2?= Date: Wed, 27 May 2026 13:03:41 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/main/resources/sql-sandboxft.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit добавлены таски 1-3 --- src/main/resources/sql-sandboxft.properties | 3 +++ 1 file changed, 3 insertions(+) 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