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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

fil512
Copy link
Collaborator

@fil512 fil512 commented Dec 28, 2024

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

@fil512 fil512 requested a review from a team as a code owner December 28, 2024 19:25
Copy link

github-actions bot commented Dec 28, 2024

Formatting check succeeded!

Copy link
Collaborator

@jmarchionatto jmarchionatto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants