Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add result column to migration table #6580

Merged
merged 19 commits into from
Jan 6, 2025
Merged
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
fil512 committed Dec 28, 2024
commit c520d89113bdbf8c6da2037bd1301819d2ae03c3
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
type: add
issue: 6580
fil512 marked this conversation as resolved.
Show resolved Hide resolved
title: "A new RESULT column has been added to the database migration table to record the migration execution result.
fil512 marked this conversation as resolved.
Show resolved Hide resolved
values are SKIPPED (either skipped via the `skip-versions` flag or the migration task was stubbed),
fil512 marked this conversation as resolved.
Show resolved Hide resolved
DOES_NOT_APPLY (does not apply to that database), PRECONDITION_FAILED (not run based on a SQL script outcome),
fil512 marked this conversation as resolved.
Show resolved Hide resolved
fil512 marked this conversation as resolved.
Show resolved Hide resolved
ALLOWED_TO_FAIL (the migration failed, but it is permitted to fail), SUCCESS."
Loading