Skip to content

Multi-operation migration support for create_table operations #596

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 1 commit into from
Jan 15, 2025

Conversation

andrew-farries
Copy link
Collaborator

Ensure that create_table operations can be used as part of multi-operation migrations:

Add a validation testcase:

  • create a table foo in one migration, rename it to bar and attempt to create a table bar in a second migration

Other tests and changes to the create_table operation were merged in earlier parts of #239, so nothing else needs to be done here.

Part of #239

Ensure that `OpCreateTable` validation takes into account the names of
tables that are created or renamed in previous operations.
@andrew-farries andrew-farries marked this pull request as ready for review January 15, 2025 13:24
@andrew-farries andrew-farries merged commit 9a37ea8 into main Jan 15, 2025
28 checks passed
@andrew-farries andrew-farries deleted the op-create-table-multi-op-tests branch January 15, 2025 16:10
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