update to rails 4.2.5.1, add debugging info for tracking slow queries

This commit is contained in:
r888888888
2016-02-23 16:33:43 -08:00
parent bb3eb9f980
commit 4b24a5cb7e
13 changed files with 670 additions and 646 deletions

View File

@@ -1,5 +1,5 @@
class AddIndexToArtistGroupName < ActiveRecord::Migration
def change
add_index :artists, :group_name
# add_index :artists, :group_name
end
end