Загрузить файлы в «src/main/resources»

This commit is contained in:
Дроздев 2026-01-19 12:34:46 +00:00
parent 2e1562b444
commit 0b68336893

View File

@ -0,0 +1,3 @@
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