Skip to content

Default schema filter doesn't filters failed_jobs table #38

@driesvints

Description

@driesvints

For some reason, the default filter doesn't seems to work for me. Whenever I run php artisan doctrine:migrations:diff it creates a migration that tries to drop the failed_jobs table. Any idea what might be wrong?

'schema' => [
    'filter' => '/^(?!password_resets|failed_jobs).*$/',
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions