use full live stream url

This commit is contained in:
Bilal
2020-07-20 14:36:04 +02:00
parent cd0de9154c
commit 2568383352
5 changed files with 18 additions and 2 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