summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/sql/channel_videos.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sql/channel_videos.sql b/config/sql/channel_videos.sql
index 9e84092c..cd00966f 100644
--- a/config/sql/channel_videos.sql
+++ b/config/sql/channel_videos.sql
@@ -10,6 +10,7 @@ CREATE TABLE public.channel_videos
updated timestamp with time zone,
ucid text COLLATE pg_catalog."default",
author text COLLATE pg_catalog."default",
+ length_seconds integer COLLATE pg_catalog."default",
CONSTRAINT channel_videos_id_key UNIQUE (id)
)
WITH (