Skip to content

Commit 532115d

Browse files
committed
Remove Patient::VaccinationStatus
We're no longer using this model anywhere so we can safely remove it. This will be followed up by a migration which removes the table. Jira-Issue: MAV-2660
1 parent 7068a7c commit 532115d

4 files changed

Lines changed: 0 additions & 210 deletions

File tree

app/models/patient/vaccination_status.rb

Lines changed: 0 additions & 92 deletions
This file was deleted.

db/migrate/20250718090719_add_academic_year_to_patient_statuses.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def up
1414

1515
Patient::ConsentStatus.update_all(academic_year:)
1616
Patient::TriageStatus.update_all(academic_year:)
17-
Patient::VaccinationStatus.update_all(academic_year:)
1817

1918
TABLES.each do |table|
2019
change_table table, bulk: true do |t|

spec/factories/patient_vaccination_statuses.rb

Lines changed: 0 additions & 42 deletions
This file was deleted.

spec/models/patient/vaccination_status_spec.rb

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)