You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: