tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
159 stars 56 forks source link

Fix module resource table #439

Closed tammytee closed 2 years ago

tammytee commented 2 years ago

Summary

This PR adds a migration to add foreign keys for module_id and resource_id on the module_resource table. It also removes the module_id column from the resources table.