Complete teams meeting creation and token refresh
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMicrosoftTeamsMeetingJoinUrlToBroadcasts < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :broadcasts, :microsoft_teams_meeting_url, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user