fix change log (#6593)

This commit is contained in:
Ken Stevens 2025-01-06 19:39:49 -04:00 committed by GitHub
parent a483a4f71b
commit d6b584b770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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