]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
Merge pull request #6394 from openstreetmap/dependabot/github_actions/ruby/setup...
[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