summaryrefslogtreecommitdiff
path: root/db/migrate/20130322102533_add_voicemail_account_id_to_sip_accounts.rb
blob: 60f58830c67e53f0137b18b01935162de8d69a05 (plain)
1
2
3
4
5
class AddVoicemailAccountIdToSipAccounts < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :voicemail_account_id, :integer
  end
end