Edit the Td/IPV SNOMED code via a data migration#6758
Merged
alistair-white-horne-tng merged 1 commit intonextfrom May 1, 2026
Merged
Edit the Td/IPV SNOMED code via a data migration#6758alistair-white-horne-tng merged 1 commit intonextfrom
alistair-white-horne-tng merged 1 commit intonextfrom
Conversation
Contributor
mikejamesthompson
left a comment
There was a problem hiding this comment.
The SNOMED code and term look good to me.
Base automatically changed from
revert-6754-alistair/imms-api-seed-vaccines-resync-td-ipv
to
next
May 1, 2026 09:22
88699d1 to
75b1b12
Compare
This must be edited directly, rather than using `rake vaccines:seed`, because the rake task uses the SNOMED code as the identifier for the vaccine. This means that it tries to create a new `Vaccine` instead of editing the existing one. Jira-Issue: MAV-7480
75b1b12 to
3e492cd
Compare
benilovj
approved these changes
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This must be edited directly, rather than using
rake vaccines:seed, because the rake task uses the SNOMED code as the identifier for the vaccine. This means that it tries to create a newVaccineinstead of editing the existing one.MAV-7480