Fixed
Details
Assignee
Casey HendersonCasey HendersonReporter
Casey HendersonCasey HendersonComponents
Sprint
Priority
TBD
Details
Details
Assignee
Casey Henderson
Casey HendersonReporter
Casey Henderson
Casey HendersonComponents
Sprint
Priority
Created March 10, 2025 at 2:55 PM
Updated March 27, 2025 at 10:44 AM
Resolved March 27, 2025 at 10:40 AM
There are a number of mappings within the database that have
null
as their value for the “deleted” attribute. This has long caused us issues in DCB Admin, and has cropped up again by causing numeric range Item Type mappings to not show up when they should be.The solution is a migration to be applied across all environments, setting mappings with
deleted:null
todeleted:false
instead, which DCB Admin and the querying services can handle appropriately.In scope
Define a migration to migrate both numeric range and reference value mappings with
deleted:null
todeleted:false
.Test this migration locally to ensure it is correctly migrating the mappings.