feat: sql, migrations, sql postgress db setup, movie model
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE movies DROP CONSTRAINT IF EXISTS movies_runtime_check;
|
||||
|
||||
ALTER TABLE movies DROP CONSTRAINT IF EXISTS movies_year_check;
|
||||
|
||||
ALTER TABLE movies DROP CONSTRAINT IF EXISTS genres_length_check;
|
||||
Reference in New Issue
Block a user