1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:24:04 +00:00
This commit is contained in:
Samuel Štancl 2019-08-18 10:52:12 +02:00
parent 23c4bc1b95
commit 17c59ca875

View file

@ -33,7 +33,9 @@ Finally, run the migration:
php artisan migrate 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} ## Redis {#redis}