Add 'views' to channel_videos

This commit is contained in:
Omar Roth 2019-05-30 15:09:39 -05:00
parent 52cb239194
commit 64464f23ae
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
5 changed files with 22 additions and 9 deletions

View file

@ -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)
);