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

Support multiple operations acting on the same object in one migration #239

Open
andrew-farries opened this issue Jan 16, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@andrew-farries
Copy link
Collaborator

Migrations are composed of arbitrarily many operations, but with the limitation that a later operation in a migration cannot act on an object that has been created or modified by an earlier operation.

This limitiation severely impacts the usefulness of having multiple operations per migration.

It should be possible to compose arbitrary operations without this restriction.

@andrew-farries
Copy link
Collaborator Author

This was raised in the specific case of creating a table then adding an index to it in #203.

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

No branches or pull requests

2 participants