]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
Merge remote-tracking branch 'upstream/pull/2204'
[rails.git] / db / migrate / 20131212124700_add_created_at_index_to_note_comments.rb
index 8322047345abf448274f4269c45595e33e1a1a9f..309af1d26404db5e2988faae576528393842e6c1 100644 (file)
@@ -1,4 +1,4 @@
-class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration
+class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[4.2]
   def change
     add_index :note_comments, :created_at
   end