LinguaFrancaTranslator
8 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
class AddProviderConditionsToConference < ActiveRecord::Migration |
|||
def change |
|||
add_column :conferences, :provider_conditions, :json |
|||
end |
|||
end |
Loading…
Reference in new issue