summaryrefslogtreecommitdiff
path: root/db/migrate/20111120110056_add_value_of_to_s_to_phone_number.rb
blob: 39b13fc29e57514c86b6eceaa4ce57fcc7cb1a40 (plain)
1
2
3
4
5
6
class AddValueOfToSToPhoneNumber < ActiveRecord::Migration
  def change
    add_column :phone_numbers, :value_of_to_s, :string
    add_column :sip_accounts, :value_of_to_s, :string
  end
end