This changelog references the relevant changes (bug and security fixes) done to orchestra/tenanti
.
Released: 2020-11-17
- Fixes call to undefined method
Orchestra\Tenanti\Migrator\Factory::getModel()
.
Released: 2020-04-06
- Fixes variable used when merging
$migrator
for command output.
Released: 2020-04-03
- Throw exception when trying to make migration file without
--table
option on shared database configuration.
- Fixes migration stub files.
Released: 2020-04-03
- Added
Orchestra\Tenanti\Migrator\MigrationWriter
. - Added
usingConnection()
andoutputUsing()
helper method toOrchestra\Tenanti\Migrator\Migrator
.
- Update support for Laravel Framework v7.
- Replace the following on
Orchestra\Tenanti\Migrator\Operation
:executeFor()
withfind()
.executeForEach()
witheach()
.getModel()
withmodel()
.getModelName()
withmodelName()
.resolveMigrator()
withmigrator()
.asConnection
withconnectionName()
bindWithKey()
withnomalize()
.resolveConnection()
withconnection()
.resolveMigrationTableName()
withmigrationTableName()
.getTablePrefix()
withtablePrefix()
.