Skip to content

Bulk Creation and Migrations Support

Latest
Compare
Choose a tag to compare
@RamyHakam RamyHakam released this 03 Aug 19:11
· 2 commits to master since this release
932e937

Bulk Migrations Support:
Added the ability to execute bulk migrations for all tenant databases with a single command.
Improved Configuration Management:
Enhanced support for different hosts, usernames, and passwords for tenant databases.
Flexible Driver Configuration:
Added the ability to use different database drivers for tenant databases, independent of the main database driver.
Extended Doctrine Commands:
Introduced new custom extended Doctrine commands for better management and automation of tenant databases.

What's Changed

  • Implement bulk create and migrate commands by @RamyHakam in #47

Full Changelog: v2.8.1...v2.8.2