fix migration
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class AddUpdatedAtIndexToWikiPages < ActiveRecord::Migration
|
class AddUpdatedAtIndexToWikiPages < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
add_index :wiki_pages, :updated_at
|
# add_index :wiki_pages, :updated_at
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user