Skip to content

Commit 2742f7b

Browse files
committed
Merge pull request #3869 from nhsuk/fix-triages-backfill
Fix triages backfill
2 parents 688581a + e043af0 commit 2742f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20250702142922_backfill_vaccine_method_on_triages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def up
77

88
Triage
99
.where(programme_id: non_flu_programme_ids)
10-
.where(status: "safe_to_vaccinate")
10+
.where(status: "ready_to_vaccinate")
1111
.where(vaccine_method: nil)
1212
.update_all(vaccine_method: injection_value)
1313
end

0 commit comments

Comments
 (0)