Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job batch doesn't exist #29

Closed
istiaqahmed121998 opened this issue Nov 1, 2022 · 1 comment
Closed

Job batch doesn't exist #29

istiaqahmed121998 opened this issue Nov 1, 2022 · 1 comment

Comments

@istiaqahmed121998
Copy link

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bagisto.job_batches' doesn't exist
(SQL: insert into job_batches (id, name, total_jobs, pending_jobs, failed_jobs, f ailed_job_ids, options, created_at, cancelled_at, finished_at) values (97a3e995-2650-
48c4-a6a7-ef940b277a16, , 0, 0, 0, [], a:0:{}, 1667302543, ?, ?))

@jitendra-webkul
Copy link
Member

Please run the following command to generate job migrations

php artisan queue:batches-table

php artisan migrate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants