fix change log (#6593)
This commit is contained in:
parent
a483a4f71b
commit
d6b584b770
|
@ -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`."
|
||||
|
|
Loading…
Reference in New Issue