summaryrefslogtreecommitdiff
path: root/db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb')
-rw-r--r--db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb b/db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb
new file mode 100644
index 0000000..7b74c4f
--- /dev/null
+++ b/db/migrate/20120314094720_add_send_voicemail_as_email_attachment_to_user.rb
@@ -0,0 +1,6 @@
+class AddSendVoicemailAsEmailAttachmentToUser < ActiveRecord::Migration
+ def change
+ add_column :users, :send_voicemail_as_email_attachment, :boolean
+
+ end
+end