summaryrefslogtreecommitdiff
path: root/db/migrate/20130731055839_add_clir_to_call_histories.rb
blob: 27c7839cf1ce9b856a776dd505b090205abcd60c (plain)
1
2
3
4
5
class AddClirToCallHistories < ActiveRecord::Migration
  def change
    add_column :call_histories, :clir, :boolean
  end
end