File size: 116 Bytes
def1299
 
 
 
 
1
2
3
4
5
6
class AddIndexToSubmission < ActiveRecord::Migration[5.0]
  def change
    add_index :submissions, :token
  end
end