class AddIndexToStudentAdditionalValues < ActiveRecord::Migration[6.0]
  def change
    add_index :StudentStatisticValues, [:StudentID, :SSID], unique: true
  end
end
