]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
Add rails version number to migrations
[rails.git] / db / migrate / 20131212124700_add_created_at_index_to_note_comments.rb
index 8322047345abf448274f4269c45595e33e1a1a9f..baee598cb5d56019bd983580ac7c81e28d9e9000 100644 (file)
@@ -1,4 +1,4 @@
-class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration
+class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[5.0]
   def change
     add_index :note_comments, :created_at
   end