From c55c5537257f2e12ddecb74a1e44b4fbd969f1b7 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 30 Oct 2018 10:50:27 -0500 Subject: [PATCH] Fix channel_videos schema --- config/sql/channel_videos.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sql/channel_videos.sql b/config/sql/channel_videos.sql index cd00966f..5dfe4650 100644 --- a/config/sql/channel_videos.sql +++ b/config/sql/channel_videos.sql @@ -10,7 +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", + length_seconds integer, CONSTRAINT channel_videos_id_key UNIQUE (id) ) WITH (