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