diff --git a/docs/source/v2/jobs-queues.blade.md b/docs/source/v2/jobs-queues.blade.md index 597cfcb..0c79071 100644 --- a/docs/source/v2/jobs-queues.blade.md +++ b/docs/source/v2/jobs-queues.blade.md @@ -20,4 +20,6 @@ Open `config/queue.php` and make sure your queue driver has an explicitly set co where `'mysql'` is the name of your non-tenant database connection with a `jobs` table. +Also make sure you run the queue migrations **for the central database**, not your tenants. + **If you're using Redis, make sure its `'connection'` is not in `tenancy.redis.prefixed_connections`.** \ No newline at end of file