summaryrefslogtreecommitdiff
path: root/db/migrate/20130213082703_add_language_to_sip_account.rb
blob: 24343efc865a587ab90ddf19ef4051560069ed91 (plain)
1
2
3
4
5
class AddLanguageToSipAccount < ActiveRecord::Migration
  def change
    add_column :sip_accounts, :language_code, :string
  end
end