summaryrefslogtreecommitdiff
path: root/db/migrate/20121121080548_add_attachment_to_voicemail_prefs.rb
blob: 27d9386d482b841479f1917a90027299bb6e52f2 (plain)
1
2
3
4
5
6
class AddAttachmentToVoicemailPrefs < ActiveRecord::Migration
  def change
    add_column :voicemail_prefs, :attachment, :boolean

  end
end