add live meeting in broadcast screen
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddLiveMeetingUrlToProjects < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :projects, :live_meeting_url, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user