summaryrefslogtreecommitdiff
path: root/db/migrate/20111013173845_add_sip_domain_id_to_tenant.rb
blob: 562059b62897537432909bfb895f997eed0d952a (plain)
1
2
3
4
5
class AddSipDomainIdToTenant < ActiveRecord::Migration
  def change
    add_column :tenants, :sip_domain_id, :integer
  end
end