mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
fix change log (#6592)
This commit is contained in:
parent
f2f069f486
commit
9eaf64a489
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user