From 4ff82a950d88eff72edf598ff0244eff6bb229b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 29 Apr 2020 22:32:44 +0200 Subject: [PATCH] Switch up DB deletion configs --- assets/config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/config.php b/assets/config.php index 508b79d9..844b8d93 100644 --- a/assets/config.php +++ b/assets/config.php @@ -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. */