From 4c5c8b978d6bc70811e95e6da5afd06ec7a2e27e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 Apr 2014 03:47:29 -0400 Subject: ran ./generate.sh --- db/migrate/20140429074422_add_attachments.mailboxer_engine.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 db/migrate/20140429074422_add_attachments.mailboxer_engine.rb (limited to 'db/migrate/20140429074422_add_attachments.mailboxer_engine.rb') diff --git a/db/migrate/20140429074422_add_attachments.mailboxer_engine.rb b/db/migrate/20140429074422_add_attachments.mailboxer_engine.rb new file mode 100644 index 0000000..b8d6588 --- /dev/null +++ b/db/migrate/20140429074422_add_attachments.mailboxer_engine.rb @@ -0,0 +1,10 @@ +# This migration comes from mailboxer_engine (originally 20111204163911) +class AddAttachments < ActiveRecord::Migration + def self.up + add_column :notifications, :attachment, :string + end + + def self.down + remove_column :notifications, :attachment + end +end -- cgit v1.2.3