make cleanup happen even if workflow fails
Some checks failed
test-backend / test-x86_64 (push) Failing after 29s
Some checks failed
test-backend / test-x86_64 (push) Failing after 29s
This commit is contained in:
7
backend/db/populate.sql
Normal file
7
backend/db/populate.sql
Normal 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);
|
||||
Reference in New Issue
Block a user