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

handle unregistered migrations in up-to-date check #799

Merged
merged 1 commit into from Mar 21, 2019
Merged

handle unregistered migrations in up-to-date check #799

merged 1 commit into from Mar 21, 2019

Commits on Mar 20, 2019

  1. handle unregistered migrations in up-to-date check

    we need to handle the case where there are extra migrations in doctrine. without this change, the command outputs something like "Out-of-date! 18446744073709551613 migration is available to execute." the > 1 check says false and we convert the signed integer value to unsigned.
    with this fix, we explicitly handle the case. the default is to report the issue but not fail, same as the migrate command that only outputs a warning but does not refuse to run. i also add a flag in case people want a strict check.
    dbu committed Mar 20, 2019
    Copy the full SHA
    7f17c82 View commit details
    Browse the repository at this point in the history