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

Workaround PTOSC Failing When FKs Not Explicitly Dropped #18

Open
paulrrogers opened this issue Aug 7, 2019 · 0 comments
Open

Workaround PTOSC Failing When FKs Not Explicitly Dropped #18

paulrrogers opened this issue Aug 7, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@paulrrogers
Copy link
Contributor

Dropping a column in migrations should not require explicitly dropping FKs first, yet that is the case today because the queries generated for PTOSC first try to drop index which FK depends upon. Ideally OnlineMigrator could detect dropping column and skip the would-be-problematic index drop.

@paulrrogers paulrrogers added the enhancement New feature or request label Aug 7, 2019
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

1 participant