parent
6f474391d3
commit
15437ab724
@ -0,0 +1,5 @@
|
|||||||
|
class AddIndexForRunCodeMessage < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_index :run_code_messages, :game_id
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue