diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6580-migration-result-column.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6580-migration-result-column.yaml index c95a2913b7e..c6f64636d8b 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6580-migration-result-column.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6580-migration-result-column.yaml @@ -2,6 +2,6 @@ type: add issue: 6580 title: "A new `RESULT` column has been added to the database migration table to record the migration execution result. -values are `SKIPPED` (either skipped via the `skip-versions` flag or if the migration task was stubbed), -`DOES_NOT_APPLY` (does not apply to that database), `PRECONDITION_FAILED` (not run based on a SQL script outcome), -ALLOWED_TO_FAIL (the migration failed, but it is permitted to fail), SUCCESS." +values are `NOT_APPLIED_SKIPPED` (either skipped via the `skip-versions` flag or if the migration task was stubbed), +`NOT_APPLIED_NOT_FOR_THIS_DATABASE` (does not apply to that database), `NOT_APPLIED_PRECONDITION_NOT_MET` (not run based on a SQL script outcome), +NOT_APPLIED_ALLOWED_FAILURE (the migration failed, but it is permitted to fail), APPLIED."