make cleanup happen even if workflow fails
Some checks failed
test-backend / test-x86_64 (push) Has been cancelled

This commit is contained in:
2025-05-25 21:23:29 +03:00
parent 79ef0a093c
commit 0d519ec14f
3 changed files with 24 additions and 6 deletions

7
backend/db/populate.sql Normal file
View File

@@ -0,0 +1,7 @@
INSERT INTO public.movie (uuid, name, scheduled_datetime, movie_details, image_url, max_passes)
VALUES ('742a2542-2b50-11f0-ae4c-f7bedd5fcc88',
'Movie 1',
'1997-12-15 21:30:00',
'This movie dives deep into many topics...',
'https://cdn.cinema.com/img/movie1.webp',
150);