tighten / novapackages

https://novapackages.com
336 stars 61 forks source link

Add uuid column to failed jobs table #257

Closed marcusmoore closed 2 years ago

marcusmoore commented 2 years ago

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.