First of all, thanks a lot for creating this package. Been really helpful so far.
However, I faced the situation that I wanted to add a column to the tracked_jobs table. I would have loved to see the migration file in my migration folder so this was possible, but unfortunately, this wasn't the case.
This PR makes sure the migration is also being published when running php artisan vendor:publish --tag=trackable-jobs-assets so it's much more convenient to add a column for example.
First of all, thanks a lot for creating this package. Been really helpful so far.
However, I faced the situation that I wanted to add a column to the tracked_jobs table. I would have loved to see the migration file in my migration folder so this was possible, but unfortunately, this wasn't the case.
This PR makes sure the migration is also being published when running
php artisan vendor:publish --tag=trackable-jobs-assets
so it's much more convenient to add a column for example.Cheers!