Added provider conditions migration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddProviderConditionsToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :provider_conditions, :json
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user