mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fix channel_videos schema
This commit is contained in:
parent
596960f35a
commit
c55c553725
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +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",
|
||||
length_seconds integer,
|
||||
CONSTRAINT channel_videos_id_key UNIQUE (id)
|
||||
)
|
||||
WITH (
|
||||
|
|
Loading…
Reference in a new issue