From 17c59ca87581453864ca5b76f388c7e09f215ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 18 Aug 2019 10:52:12 +0200 Subject: [PATCH] wip --- source/docs/storage-drivers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/docs/storage-drivers.md b/source/docs/storage-drivers.md index 80846ebf..f5327ebb 100644 --- a/source/docs/storage-drivers.md +++ b/source/docs/storage-drivers.md @@ -33,7 +33,9 @@ Finally, run the migration: php artisan migrate ``` -> Note: If you have existing migrations related to your app in `database/migrations`, move them to `database/migrations/tenant`. You can read more about tenant migrations [here](/docs/console-commands/#migrate). +> If you use a non-default connection, such as `central`, you have to specify which DB to migrate using the `--database` option. +> +> If you have existing migrations related to your app in `database/migrations`, move them to `database/migrations/tenant`. You can read more about tenant migrations [here](/docs/console-commands/#migrate). ## Redis {#redis}