Skip to content

Re-read schema in between operations during migration completion #692

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

Merged
merged 2 commits into from
Feb 19, 2025

Conversation

andrew-farries
Copy link
Collaborator

Re-read the schema in between operations when completing a migration. This gives each operation Complete method the most up-to-date picture of the schema when invoked.

Stop doing the same thing manually by updating the virtual schema in the few operation Complete methods that were doing so.

Part of #643

This is no longer necessary now that the schema is refreshed in between
operation `Complete` calls.
@andrew-farries andrew-farries marked this pull request as ready for review February 19, 2025 09:54
@andrew-farries andrew-farries merged commit e337b62 into main Feb 19, 2025
28 checks passed
@andrew-farries andrew-farries deleted the refresh-schema-in-between-ops branch February 19, 2025 10:58
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.

3 participants