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 74 forks source link

Remove foreign id from form and entry migrations #98

Closed ryanmitchell closed 1 year ago

ryanmitchell commented 1 year ago

Fixes: #97

what-the-diff[bot] commented 1 year ago
ryanmitchell commented 1 year ago

@FrittenKeeZ Why don’t open a PR with the changes you want and ill close this one.

FrittenKeeZ commented 1 year ago

@ryanmitchell if we just skip the orphan handling of submissions, it's a few tweaks only by slapping ->index() on the fields in question and preserving the primary id thing for uuid entries

Edit: I'll do a PR shortly with the index changes