mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add length_seconds to channel_videos
This commit is contained in:
parent
eb44a60f8d
commit
8794e26e67
2 changed files with 58 additions and 17 deletions
|
@ -10,6 +10,7 @@ CREATE TABLE public.channel_videos
|
|||
updated timestamp with time zone,
|
||||
ucid text COLLATE pg_catalog."default",
|
||||
author text COLLATE pg_catalog."default",
|
||||
length_seconds integer COLLATE pg_catalog."default",
|
||||
CONSTRAINT channel_videos_id_key UNIQUE (id)
|
||||
)
|
||||
WITH (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue