statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 71 forks source link

Drop foreign key on form_id #285

Closed ryanmitchell closed 1 month ago

ryanmitchell commented 1 month ago

As reported on discord there is an error in the form migration, we needed to drop the foreign key first.

This PR ensures that is done.