ACL driver => doctrine - unable to run migrations
DanWithams opened this issue · 0 comments
DanWithams commented
With the ACL driver set to 'doctrine' Doctrine\DBAL\Exception\TableNotFoundException is thrown when running;
doctrine:migrations:migrate
The error is also thrown for ;
doctrine:schema:update
doctrine:migrations:diff
This makes it impossible to use the 'doctrine' driver from an empty database.