summaryrefslogtreecommitdiff
path: root/db/migrate/20140428105831_add_notes_index_updated_at.rb
blob: 6c25570f128141919bee9e459d9690a4b63cb445 (plain)
1
2
3
4
5
class AddNotesIndexUpdatedAt < ActiveRecord::Migration
  def change
    add_index :notes, :updated_at
  end
end