class SubmissionPointsPossibleFixColumn < ActiveRecord::Migration
tag :predeploy
def self.up
change_column :quiz_submissions, :quiz_points_possible, :float
end
def self.down
change_column :quiz_submissions, :quiz_points_possible, :integer