-
Bug
-
Resolution: Fixed
-
Major
-
3.3.5
-
None
The migrations table is to be filled at the end of an installation. Unfortunately, it currently fails to do so after the changes to include doctrine. This is caused by the fact that doctrine tries using the config.php service which does not get injected when a non-compiled container is used like it is used by the installer.