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