]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
Merge branch 'convert_roundabout_exits' of https://github.com/jguthrie100/openstreetm...
[rails.git] / db / migrate / 20131212124700_add_created_at_index_to_note_comments.rb
1 class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[5.0]
2   def change
3     add_index :note_comments, :created_at
4   end
5 end