add index on artist group_name
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIndexToArtistGroupName < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :artists, :group_name
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user