def change
    add_column :submissions, :score_display, :float
    add_column :submissions, :score_secondary_display, :float
    add_column :challenge_rounds, :ranking_window, :integer
    add_column :challenge_rounds, :ranking_highlight, :integer