Skip to content

Workaround PTOSC Failing When FKs Not Explicitly Dropped #18

@paulrrogers

Description

@paulrrogers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions