about summary refs log tree commit diff
path: root/db/migrate/20171005102658_create_account_moderation_notes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20171005102658_create_account_moderation_notes.rb')
-rw-r--r--db/migrate/20171005102658_create_account_moderation_notes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20171005102658_create_account_moderation_notes.rb b/db/migrate/20171005102658_create_account_moderation_notes.rb
index 010b94586..afa2f5f25 100644
--- a/db/migrate/20171005102658_create_account_moderation_notes.rb
+++ b/db/migrate/20171005102658_create_account_moderation_notes.rb
@@ -1,4 +1,4 @@
-class CreateAccountModerationNotes < ActiveRecord::Migration[5.1]
+class CreateAccountModerationNotes < ActiveRecord::Migration[5.2]
   def change
     create_table :account_moderation_notes do |t|
       t.text :content, null: false