Complete teams meeting creation and token refresh
This commit is contained in:
@@ -562,7 +562,8 @@ CREATE TABLE public.broadcasts (
|
||||
token character varying,
|
||||
streamer_status integer DEFAULT 0,
|
||||
shoot_location_time_zone character varying DEFAULT 'UTC'::character varying,
|
||||
full_live_stream_playback_uid character varying
|
||||
full_live_stream_playback_uid character varying,
|
||||
microsoft_teams_meeting_url character varying
|
||||
);
|
||||
|
||||
|
||||
@@ -3972,6 +3973,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
||||
('20200721140821'),
|
||||
('20200725231419'),
|
||||
('20200810140331'),
|
||||
('20200812161119');
|
||||
('20200812161119'),
|
||||
('20200817233053');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user