BigW Consortium Gitlab

20140428105831_add_notes_index_updated_at.rb 112 Bytes
Newer Older
1 2 3 4 5
class AddNotesIndexUpdatedAt < ActiveRecord::Migration
  def change
    add_index :notes, :updated_at
  end
end