From d6b584b7706b16557fc4fa8891e51de47a4d2212 Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Mon, 6 Jan 2025 19:39:49 -0400 Subject: [PATCH] fix change log (#6593) --- .../hapi/fhir/changelog/7_8_0/6580-migration-result-column.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c6f64636d8b..57ef9d89ca6 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 @@ -4,4 +4,4 @@ issue: 6580 title: "A new `RESULT` column has been added to the database migration table to record the migration execution result. 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." +`NOT_APPLIED_ALLOWED_FAILURE` (the migration failed, but it is permitted to fail), `APPLIED`."