area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.73k stars 568 forks source link

bug fix where 'php artisan migrate:reset' would error. #2413

Closed NuktukDev closed 7 months ago

NuktukDev commented 7 months ago

Description

When executing php artisan migrate:reset an error would happen. The error would say:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'twill-db.related' doesn't exist (SQL: alter table related drop id)

This is fixed in this PR.

Related Issues

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

NuktukDev commented 7 months ago

Signed

Tofandel commented 7 months ago

I also ran into this issue and was about to submit the same PR