This commit is contained in:
albert
2013-03-17 21:27:17 -04:00
parent bbee928f7e
commit 34d7e337ac
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddUpdatedAtIndexToWikiPages < ActiveRecord::Migration
def change
add_index :wiki_pages, :updated_at
end
end