From 0bda6c34805efdaf9720d7b91489b325e2c7fffe Mon Sep 17 00:00:00 2001 From: Bilal Date: Tue, 1 Sep 2020 04:00:51 +0300 Subject: [PATCH] rebase --- db/structure.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/structure.sql b/db/structure.sql index 562c785..11f4cda 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -542,9 +542,9 @@ CREATE TABLE public.broadcast_recordings ( updated_at timestamp(6) without time zone NOT NULL, duration double precision, hidden boolean DEFAULT false, - starred boolean DEFAULT false, name character varying, - description text + description text, + starred boolean DEFAULT false );