parent
4e32534698
commit
a02c622293
@ -0,0 +1,5 @@
|
||||
class AddUserIdIndexForGames < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :games, :user_id
|
||||
end
|
||||
end
|
Loading…
Reference in new issue