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

Fix foreign key name change detection #6413

Merged

Commits on Jun 1, 2024

  1. Fix fk name change detection in schema comparator

    As index renaming support was introduced a while back do the same for
    foreign key name changes.
    
    Signed-off-by: Christoph Krapp <[email protected]>
    achterin committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0aa672a View commit details
    Browse the repository at this point in the history
  2. Fix test names to reflect their actual purpose

    Both tests did expect a name change to result in an empty table diff in
    the past. When index renaming support was introduced the name of the
    test was not changed to reflect the new expectation.
    
    Signed-off-by: Christoph Krapp <[email protected]>
    achterin committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    422e459 View commit details
    Browse the repository at this point in the history