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 version information for failed cli migration (#3129) #3130

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

FlakM
Copy link
Contributor

@FlakM FlakM commented Mar 18, 2024

Does your PR solve an issue?

Yes - it shows following output:

❯ sqlx migrate run --ignore-missing
error: while executing migration 20240314125700: error returned from database: column "email" of relation "customer_status_extended" already exists

fixes #3129

@FlakM FlakM force-pushed the mf_add_version_info_cli branch from cb6add5 to 4d41cdc Compare April 2, 2024 10:10
@FlakM
Copy link
Contributor Author

FlakM commented Apr 2, 2024

Hi, thanks for reviewing. I've rebased on current main - the CI/CD was failing for some unrelated reason.

@FlakM
Copy link
Contributor Author

FlakM commented Apr 5, 2024

There is absolutely no rush but CI seems to fail due to unrelated reasons: docker-compose: command not found is it something I should look into or can you force rerun?

@abonander
Copy link
Collaborator

Already fixed on main, just rebase please.

@abonander
Copy link
Collaborator

Nevermind, rerun worked.

@abonander abonander merged commit 45b5b61 into launchbadge:main Apr 5, 2024
62 checks passed
@FlakM
Copy link
Contributor Author

FlakM commented Apr 5, 2024

@abonander awesome! I'd also love to take this time to thank you for maintaining sqlx. I enjoy working with it, and I know it must be a huge burden to take care of a project of this size. Thank you! <3

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.

Add version infromation in sqlx migrate run output for failed migration
2 participants