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

Foreign keys should not be created twice #2118

Merged

Commits on Aug 2, 2021

  1. Foreign keys should not created twice

    In a case where we need to recreate a table, if the table has a foreign
    key we have to change, this change could be run twice, leading to an
    error.
    
    The fix checks if the created foreign key references a table that was
    redefined earlier, and skips the creation if needed.
    Julius de Bruijn committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    99d6b24 View commit details
    Browse the repository at this point in the history