Javier

Results 2 comments of Javier

> Are you running any other commands before migrate? Do you have unexecuted migrations when you get the error? No, the commands I'm running are `make:entity`, `make:migration` and `doctrine:migrations:migrate`. No...

@jwage @alcaeus I've been doing some more research on this. It fails with slightly more complex regex expressions like `~(_|^)(?!aggregate)(_|$)~`, but it works fine with very simple ones like `~^(?!aggregate_)~`....