summaryrefslogtreecommitdiff
path: root/db/migrate/20111203164007_add_tenant_id_to_sip_account.rb
blob: 2efea2b9dc2318fca6954fd1193c45e5b4e8a1e0 (plain)
1
2
3
4
5
class AddTenantIdToSipAccount < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :tenant_id, :integer
  end
end