From fd26f9f34e6ee9383ae9b9c94f8287c9100c7726 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Fri, 22 Mar 2019 12:24:47 -0500 Subject: Add support for premieres to search and feed --- config/sql/channel_videos.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/sql') diff --git a/config/sql/channel_videos.sql b/config/sql/channel_videos.sql index 279fad29..2fae636e 100644 --- a/config/sql/channel_videos.sql +++ b/config/sql/channel_videos.sql @@ -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) ); -- cgit v1.2.3