]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
Bump rack from 3.2.2 to 3.2.3
[rails.git] / db / migrate / 20131212124700_add_created_at_index_to_note_comments.rb
1 # frozen_string_literal: true
2
3 class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[4.2]
4   def change
5     add_index :note_comments, :created_at
6   end
7 end