about summary refs log tree commit diff
path: root/db/migrate/20160221003621_create_follows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160221003621_create_follows.rb')
-rw-r--r--db/migrate/20160221003621_create_follows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20160221003621_create_follows.rb b/db/migrate/20160221003621_create_follows.rb
index afec3dee0..17287d09b 100644
--- a/db/migrate/20160221003621_create_follows.rb
+++ b/db/migrate/20160221003621_create_follows.rb
@@ -1,4 +1,4 @@
-class CreateFollows < ActiveRecord::Migration
+class CreateFollows < ActiveRecord::Migration[4.2]
   def change
     create_table :follows do |t|
       t.integer :account_id, null: false