mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Switch up DB deletion configs
This commit is contained in:
parent
b51c7a399c
commit
4ff82a950d
1 changed files with 5 additions and 5 deletions
|
|
@ -265,11 +265,6 @@ return [
|
||||||
// '--force' => true,
|
// '--force' => true,
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
|
||||||
* Should tenant databases be deleted asynchronously in a queued job.
|
|
||||||
*/
|
|
||||||
'queue_database_deletion' => false,
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Automatically delete the tenant's database after the tenant is deleted.
|
* Automatically delete the tenant's database after the tenant is deleted.
|
||||||
*
|
*
|
||||||
|
|
@ -277,6 +272,11 @@ return [
|
||||||
*/
|
*/
|
||||||
'delete_database_after_tenant_deletion' => false,
|
'delete_database_after_tenant_deletion' => false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Should tenant databases be deleted asynchronously in a queued job.
|
||||||
|
*/
|
||||||
|
'queue_database_deletion' => false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If you don't supply an id when creating a tenant, this class will be used to generate a random ID.
|
* If you don't supply an id when creating a tenant, this class will be used to generate a random ID.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue