parent
1366d8dba1
commit
92d8559116
@ -0,0 +1,9 @@
|
|||||||
|
class GccCourseCompetitionRankData < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
competition = Competition.find_by(identifier: 'gcc-course-2019')
|
||||||
|
stage = competition.competition_stages.first
|
||||||
|
return if competition.blank? || stage.blank?
|
||||||
|
|
||||||
|
competition.competition_scores.update_all(competition_stage_id: stage.id)
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue