From 98a54bce15e5f2c326402480b67fe4a351f0d449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 4 Oct 2019 21:51:57 +0200 Subject: [PATCH] Auto migration config - fix #17 --- docs/source/v2/configuration.blade.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/v2/configuration.blade.md b/docs/source/v2/configuration.blade.md index 2a97ad7..30f18ad 100644 --- a/docs/source/v2/configuration.blade.md +++ b/docs/source/v2/configuration.blade.md @@ -104,6 +104,12 @@ Run migrations after creating a tenant. - Default: `false` +### `queue_automatic_migration` {#queue-automatic-migration} + +Whether automatic tenant migrations (if enabled) should be queued. + +- Default: `false` + ### `delete_database_after_tenant_deletion` {#delete-database-after-tenant-deletion} Delete the tenant's database after deleting the tenant.