PlannrCrm / laravel-fast-refresh-database

🚀 Refresh your test databases faster than you've ever seen before
MIT License
415 stars 18 forks source link

Build the hash from all loaded migrations #10

Open iaK opened 1 year ago

iaK commented 1 year ago

Hi!

Thanks for a great package.

This PR adds all loaded migrations to the hash, not just the ones in the default path.

iaK commented 1 year ago

Hey! Have you had the time to look at this?

Let me know if I can further help you in any way =)

Sammyjo20 commented 1 year ago

Hey @iaK apologies for the delay! I will take a look at this next week :)

iaK commented 1 year ago

Hey @iaK apologies for the delay! I will take a look at this next week :)

No worries mate, whenever you have time =)

craigpotter commented 1 year ago

Started looking at this however I noticed that app('migrator')->paths(); is returning an empty array sometimes.

nick-potts commented 8 months ago

What needs to be done to get this merged? I don't doing the work