diff options
Diffstat (limited to 'config/sql/channel_videos.sql')
| -rw-r--r-- | config/sql/channel_videos.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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) ); |
