Upstream sync

This commit is contained in:
Senad Uka
2020-07-21 13:12:27 +00:00
parent 40f241b75f
commit 2590b6bdc9
13 changed files with 32 additions and 11257 deletions

View File

@@ -553,7 +553,8 @@ CREATE TABLE public.broadcasts (
stream_key character varying,
stream_playback_uid character varying,
token character varying,
streamer_status integer DEFAULT 0
streamer_status integer DEFAULT 0,
shoot_location_time_zone character varying DEFAULT 'UTC'::character varying
);
@@ -3952,6 +3953,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20200716083706'),
('20200716094927'),
('20200716103525'),
('20200716105723');
('20200716105723'),
('20200720051634');