mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 14:36:23 -04:00
Add support for premieres to search and feed
This commit is contained in:
parent
88b70973cc
commit
fd26f9f34e
10 changed files with 90 additions and 40 deletions
|
@ -11,6 +11,8 @@ CREATE TABLE public.channel_videos
|
|||
ucid text,
|
||||
author text,
|
||||
length_seconds integer,
|
||||
live_now boolean,
|
||||
premiere_timestamp timestamp with time zone,
|
||||
CONSTRAINT channel_videos_id_key UNIQUE (id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue