Update SQL and remove migration points

This commit is contained in:
Omar Roth
2018-09-04 09:57:40 -05:00
parent 53732cdcab
commit 40028e1462
2 changed files with 3 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ CREATE TABLE public.videos
allowed_regions text[] COLLATE pg_catalog."default",
is_family_friendly boolean,
genre text COLLATE pg_catalog."default",
genre_url text COLLATE pg_catalog."default",
CONSTRAINT videos_pkey PRIMARY KEY (id)
)
WITH (