Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

NuktukDev
Copy link
Contributor

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
Copy link

CLAassistant commented Jan 29, 2024

CLA assistant check
All committers have signed the CLA.

@NuktukDev
Copy link
Contributor Author

Signed

@Tofandel
Copy link
Contributor

Tofandel commented Jan 30, 2024

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

Copy link
Contributor Author

@NuktukDev NuktukDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

ifox
ifox previously approved these changes Feb 4, 2024
@ifox ifox merged commit 7521943 into area17:3.x Feb 4, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants