RamyHakam / multi_tenancy_bundle

Symfony 5 /6 bundle to support multi-tenants
MIT License
70 stars 24 forks source link

Diff command Check the Main db if the Tenant Db id is NULL #13

Closed RamyHakam closed 1 year ago

RamyHakam commented 1 year ago

When We try to execute the tenant migration diff command, we did not pass the dbId identifier The command checks the diff on the main DB, not on the tenant databases

Example Symfony Console tenant:migrations:diff