upstream sync

This commit is contained in:
Senad Uka
2020-07-22 19:14:34 +00:00
parent cd0de9154c
commit 8f13589c55
10 changed files with 68 additions and 11284 deletions

View File

@@ -0,0 +1,5 @@
class AddFullLiveStreamPlaybackUrlToBroadcasts < ActiveRecord::Migration[6.0]
def change
add_column :broadcasts, :full_live_stream_playback_uid, :string
end
end