1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:54:03 +00:00

Switch up DB deletion configs

This commit is contained in:
Samuel Štancl 2020-04-29 22:32:44 +02:00 committed by GitHub
parent b51c7a399c
commit 4ff82a950d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,11 +265,6 @@ return [
// '--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.
*
@ -277,6 +272,11 @@ return [
*/
'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.
*/