fix change log (#6592)

This commit is contained in:
Ken Stevens 2025-01-06 19:17:19 -04:00 committed by GitHub
parent f2f069f486
commit 9eaf64a489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."