mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
add one_off scripts for each academic year
This commit is contained in:
parent
ead59d0f48
commit
bc63dfab7e
3 changed files with 51 additions and 2 deletions
|
|
@ -31,6 +31,10 @@ class RaceScoreLoader
|
|||
end
|
||||
end
|
||||
RaceScore.import(loadable_race_scores.flatten.compact, batch_size: 1_000, on_duplicate_key_update: :all)
|
||||
@grouped_responses = nil
|
||||
@total_responses = nil
|
||||
@response_rate = nil
|
||||
@sufficient_responses = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue