aboutsummaryrefslogtreecommitdiff
path: root/db/migrate/20180305222157_add_backend_to_mini_environment.rb
blob: dd7d63da7ea1dfa9bd82d882a09d20626a2027fd (plain)
1
2
3
4
5
class AddBackendToMiniEnvironment < ActiveRecord::Migration[5.1]
  def change
    add_reference :mini_environments, :backend, polymorphic: true, index: true
  end
end