Start adding kindergarten

This commit is contained in:
rebuilt 2023-01-17 15:27:15 -08:00
parent 05ae1cd94b
commit 3a744db975
4 changed files with 36 additions and 5 deletions

View file

@ -59,6 +59,7 @@ namespace :data do
desc 'load students for lowell'
task load_students_for_lowell: :environment do
student_count = Student.count
SurveyItemResponse.update_all(student_id: nil)
StudentRace.delete_all
Student.delete_all