mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add 'views' to channel_videos
This commit is contained in:
parent
52cb239194
commit
64464f23ae
5 changed files with 22 additions and 9 deletions
|
@ -13,6 +13,7 @@ CREATE TABLE public.channel_videos
|
|||
length_seconds integer,
|
||||
live_now boolean,
|
||||
premiere_timestamp timestamp with time zone,
|
||||
views bigint,
|
||||
CONSTRAINT channel_videos_id_key UNIQUE (id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue