chore: remove precalculated race scores. Calculate race scores on every reload

This commit is contained in:
rebuilt 2023-08-07 16:02:59 -07:00
parent f035c4d9ad
commit 4afa030141
9 changed files with 80 additions and 232 deletions

View file

@ -1,6 +0,0 @@
class RaceScore < ApplicationRecord
belongs_to :measure
belongs_to :school
belongs_to :academic_year
belongs_to :race
end