]> 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 baee598cb5d56019bd983580ac7c81e28d9e9000..309af1d26404db5e2988faae576528393842e6c1 100644 (file)
@@ -1,4 +1,4 @@
-class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[5.0]
+class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[4.2]
   def change
     add_index :note_comments, :created_at
   end