Add author_thumbnail to '/api/v1/videos'

This commit is contained in:
Omar Roth
2018-10-13 20:01:58 -05:00
parent 5eefab62fd
commit f88697541c
3 changed files with 41 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ CREATE TABLE public.videos
genre_url text COLLATE pg_catalog."default",
license text COLLATE pg_catalog."default",
sub_count_text text COLLATE pg_catalog."default",
author_thumbnail text COLLATE pg_catalog."default",
CONSTRAINT videos_pkey PRIMARY KEY (id)
)
WITH (