summaryrefslogtreecommitdiff
path: root/db/migrate/20111009203233_add_country_id_to_tenant.rb
blob: 9ba0288ddce3f20868231e226494647b45b83c95 (plain)
1
2
3
4
5
class AddCountryIdToTenant < ActiveRecord::Migration
  def change
    add_column :tenants, :country_id, :integer
  end
end