[x] The title includes the type of change [HOTFIX, FEATURE, etc]
[x] The PR title includes the ticket number in format of [NRPTI-###]
[x] Documentation is updated to reflect change
Description
This migration fixes improperly redacted administrative records.
When a record is added to NRPTI, another matching record is also created in the redacted_record_subset collection. This record has all necessary redactions applied to it and is where NRCED gets its data from. Due to a bug, some records were improperly redacted. This migration finds all records that meet the standard for NOT being redacted, and then updates the associated records in both collections to have all the data that shouldn't have been redacted.
Pull Request Standards
HOTFIX
,FEATURE
,etc
][NRPTI-###]
Description
This migration fixes improperly redacted administrative records.
When a record is added to NRPTI, another matching record is also created in the redacted_record_subset collection. This record has all necessary redactions applied to it and is where NRCED gets its data from. Due to a bug, some records were improperly redacted. This migration finds all records that meet the standard for NOT being redacted, and then updates the associated records in both collections to have all the data that shouldn't have been redacted.