about summary refs log tree commit diff
path: root/db/migrate/20200917192924_add_notify_to_follows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20200917192924_add_notify_to_follows.rb')
-rw-r--r--db/migrate/20200917192924_add_notify_to_follows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20200917192924_add_notify_to_follows.rb b/db/migrate/20200917192924_add_notify_to_follows.rb
index d27471c44..342eaa38d 100644
--- a/db/migrate/20200917192924_add_notify_to_follows.rb
+++ b/db/migrate/20200917192924_add_notify_to_follows.rb
@@ -1,6 +1,6 @@
 require Rails.root.join('lib', 'mastodon', 'migration_helpers')
 
-class AddNotifyToFollows < ActiveRecord::Migration[5.1]
+class AddNotifyToFollows < ActiveRecord::Migration[5.2]
   include Mastodon::MigrationHelpers
 
   disable_ddl_transaction!