relate_form_submissions_by_handle
migration runs every composer install
or composer require
and causes issues with deployment
#333
Labels
bug
Something isn't working
Bug description
Whenever I install (or uninstall) a package with composer, eloquent runs the
RelateFormSubmissionsByHandle
and creates that migration. I'm not using eloquent to manage forms, just entries and assets, so I don't think this is expected behavior? This also causes issues when I try to deploy versions of Statamic with the migration:If I had to guess, this has something to do with #323 but I haven't been using eloquent for that long, so it's still a guess.
How to reproduce
composer install
or php please install (this works fairly consistently withphp please install:collaboration
).Logs
Environment
Additional details
No response
The text was updated successfully, but these errors were encountered: