summaryrefslogtreecommitdiff
path: root/db/migrate/20121223110948_add_tenant_to_phone.rb
blob: dbe041227ba42242877dedc35fdf43717643089e (plain)
1
2
3
4
5
6
class AddTenantToPhone < ActiveRecord::Migration
  def change
    add_column :phones, :tenant_id, :integer

  end
end