Upstream sync
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user