This PR adds a uuid column to the failed_jobs table and explicitly uses the database-uuids driver for failed queue jobs since it is now the default for Laravel. There is also a temporary artisan command added to generate uuids for existing failed jobs.
This PR adds a
uuid
column to thefailed_jobs
table and explicitly uses thedatabase-uuids
driver for failed queue jobs since it is now the default for Laravel. There is also a temporary artisan command added to generate uuids for existing failed jobs.