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

Fixed dropping foreign keys from tables on schemas #383

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Apr 20, 2024

  1. Fixed dropping foreign keys from tables on schemas

    Currently it doesn't work if a table exists in non default `dbo` schema and migrations raises exception. This fix solves problem  by giving schema name to `ALTER` clause.
    pczeszkiewicz committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1da7aed View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    2974265 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    3afa208 View commit details
    Browse the repository at this point in the history