Christophe Coevoet
Christophe Coevoet
Please share a reproducer for the issue. Also, which version of doctrine/migrations are you using ?
The schema introspection and comparison is implemented in DBAL, so that's probably where it needs to be fixed.
@morozov could it be that the platform-aware schema comparison detects a change due to the difference in parenthesis wrapping the `WHERE` clause ?
Alternatively, we could document using a relative path to the local file stored in the vendor folder as location.
The `make:migrations` command is a command provided by MakerBundle. If you use a custom environment when running the command, have you registered that bundle in this environment ? Btw, I...
To make quiet-deps work, you need to configure a load path and import the file through the load path rather than through a relative path. Going through a separate importer...
The scheduler component supports configuring it in a stateful way to handle the case of worker restarts (which is especially important when using time limits to force restarts): https://symfony.com/doc/current/scheduler.html#efficient-management-with-symfony-scheduler
@ondrejmirtes I discovered that in PHP
This should be discussed in the [issue tracker of the documentation](https://github.com/symfony/symfony-docs/issues), to be seen by the documentation team And even better, you could do a PR to improve the documentation.