about summary refs log tree commit diff
path: root/db/migrate/20160312193225_add_attachment_header_to_accounts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160312193225_add_attachment_header_to_accounts.rb')
-rw-r--r--db/migrate/20160312193225_add_attachment_header_to_accounts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160312193225_add_attachment_header_to_accounts.rb b/db/migrate/20160312193225_add_attachment_header_to_accounts.rb
index bdd09c367..ac9562cbb 100644
--- a/db/migrate/20160312193225_add_attachment_header_to_accounts.rb
+++ b/db/migrate/20160312193225_add_attachment_header_to_accounts.rb
@@ -1,4 +1,4 @@
-class AddAttachmentHeaderToAccounts < ActiveRecord::Migration
+class AddAttachmentHeaderToAccounts < ActiveRecord::Migration[4.2]
   def self.up
     change_table :accounts do |t|
       t.attachment :header