summaryrefslogtreecommitdiff
path: root/db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb
blob: 7b74c4fe39be8276bf7196936090cad29acca7ce (plain)
1
2
3
4
5
6
class AddSendVoicemailAsEmailAttachmentToUser < ActiveRecord::Migration
  def change
    add_column :users, :send_voicemail_as_email_attachment, :boolean

  end
end