Skip to content

Releases: orchestral/tenanti

v2.2.4

15 Mar 08:34
Compare
Choose a tag to compare
  • Allow different connection name to be used when resolving migration.

v3.0.0

21 Feb 00:26
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.0.
  • Simplify PSR-4 path.

v2.2.3

30 Aug 11:05
Compare
Choose a tag to compare
  • Allow migration note to be available when running command.
  • Fixes --pretend command not passing entity key and entity instance.
  • Utilize Illuminate\Support\Arr.
  • Add chunk option to configuration file.

v2.2.2

15 Jul 23:45
Compare
Choose a tag to compare
  • Fixes Orchestra\Tenanti\Migrator\OperationTrait::bindWithKey() to not convert the $name to empty string when given NULL.

v2.2.1

15 Jul 22:53
Compare
Choose a tag to compare
  • Allow to specifically declare database connection name when running Orchestra\Tenanti\Observer. This allow user to setup multi-tenancy on a different database.
  • Allow to configuration custom multi-tenant migration table name.
  • Bind tenant key to database name, which allow using multi-tenancy database using multiple database connection.

v2.2.0

12 Jul 22:27
Compare
Choose a tag to compare
  • Initial release.