This commit is contained in:
@@ -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