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

Failed Jobs table missing UUID column #1501

Closed
PunchRockgroin opened this issue Feb 2, 2021 · 1 comment · Fixed by #1503
Closed

Failed Jobs table missing UUID column #1501

PunchRockgroin opened this issue Feb 2, 2021 · 1 comment · Fixed by #1503

Comments

@PunchRockgroin
Copy link
Sponsor Contributor

PunchRockgroin commented Feb 2, 2021

Ran into an issue where the failed jobs table is missing the UUID column. See: laravel/laravel@d6eda44 and https://laravel.com/docs/8.x/upgrade#failed-jobs-table-batch-support

In this boilerplate, the migration for failed_jobs at https://github.com/rappasoft/laravel-boilerplate/blob/master/database/migrations/2019_08_19_000000_create_failed_jobs_table.php does not match https://github.com/laravel/laravel/blob/8.x/database/migrations/2019_08_19_000000_create_failed_jobs_table.php#L18

Looks like the QUEUE_FAILED_DRIVER env and config at https://github.com/rappasoft/laravel-boilerplate/blob/master/config/queue.php#L84 is updated to the master and contains "database-uuids" for the default, which described in https://laravel.com/docs/8.x/upgrade#failed-jobs-table-batch-support enables batch support.

For those already using the boilerplate a migration is required. Otherwise the failed_jobs migration needs to be updated here.

@rappasoft
Copy link
Owner

Fixed in next release. Thanks.

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

Successfully merging a pull request may close this issue.

2 participants