class FixDeletedEnrollmentStates < ActiveRecord::Migration
tag :postdeploy
def up
DataFixup::FixDeletedEnrollmentStates.send_later_if_production(:run)
end
def down