summaryrefslogtreecommitdiff
path: root/db/migrate/20120329133930_add_bleg_read_time_to_cdrs.rb
blob: c09eb6adb0276cc2731b151ee6ede1a6681452bc (plain)
1
2
3
4
5
6
class AddBlegReadTimeToCdrs < ActiveRecord::Migration
  def change
    add_column :cdrs, :bleg_read_time, :datetime

  end
end