improve download releases button #84

Closed
bilal.catic wants to merge 3 commits from improve-download-button-function into master
Showing only changes of commit 0bda6c3480 - Show all commits

View File

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