mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Automigration test, config key, QueueTenancyBootstrapper support for QueueFake
This commit is contained in:
parent
be02f22484
commit
1df2b9d66d
3 changed files with 29 additions and 3 deletions
|
|
@ -90,6 +90,7 @@ return [
|
|||
],
|
||||
'home_url' => '/app',
|
||||
'migrate_after_creation' => false, // run migrations after creating a tenant
|
||||
'queue_automatic_migration' => false, // queue the automatic post-tenant-creation migrations
|
||||
'delete_database_after_tenant_deletion' => false, // delete the tenant's database after deleting the tenant
|
||||
'queue_database_creation' => false,
|
||||
'queue_database_deletion' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue