uirapuru/multidb

Always migrating the main database

BDZK opened this issue · 0 comments

BDZK commented

Hello,
Thanks for your super concept simple and without any bundle.
Unfortunately the doctrine:migrations:migrate command always migrate the main database even if i supply the tenant param.
But the doctrine:database:create and doctrine:schema:create are working properly.
I am using symfony 4.4 and postgreSQL.
How can i fix this?