-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Migration not running if migrations table exists #47
Comments
Yes, I also have this issue whenever I run a migration command without an empty database. |
I think this could be related to the table prefixes. I'll look into it. |
It definitely is, I just tried it without a prefix and everything works fine. |
Just pushed a fix. Can you confirm? |
Awesome, looks like everything is working now. |
I seem to be encountering this today when trying to migrate packages. Anything change recently? @taylorotwell |
SQLSTATE[42S01]: I also have this problem |
Feature/authorize clients
I try to migrate the outstanding migrations but seems to fail because the migrations table has already exists.
The text was updated successfully, but these errors were encountered: