mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-03 12:06:19 -04:00
Add author_thumbnail to '/api/v1/videos'
This commit is contained in:
parent
5eefab62fd
commit
f88697541c
3 changed files with 41 additions and 6 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue