summaryrefslogtreecommitdiff
path: root/db/migrate/20121121081552_add_purge_to_voicemail_prefs.rb
blob: 618884973b86c2d9e9e230633213b02a30753e63 (plain)
1
2
3
4
5
6
class AddPurgeToVoicemailPrefs < ActiveRecord::Migration
  def change
    add_column :voicemail_prefs, :purge, :boolean

  end
end