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

Add support for --complete #526

Draft
wants to merge 1 commit into
base: 3.4.x
Choose a base branch
from

Commits on Mar 15, 2024

  1. Add support for --complete

    When using orm:schema-tool:update together with --complete, all assets
    not described by the current metadata is dropped.
    
    This is an issue when using doctrine/migrations, because not using that
    option is deprecated, and because when it is used, the table that holds
    the migrations is dropped as well since it is not described by ORM
    metadata.
    
    A solution to that is configuring an asset filter that filters out the
    metadata table except when running commands inside the migrations
    namespace.
    greg0ire committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c356a12 View commit details
    Browse the repository at this point in the history