-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cannot update (from git / master): Syntax error or access violation: 1072 Key column 'subsection' doesn't exist in table #1639
Comments
I was getting those and I had to checkout 3.0.1 |
Thank you @nakedgoat, I will try that! |
This issue should have been fixed couple of days ago, as i pushed couple of changes related to this migration. |
I checked out master again (no luck):
|
Check if your settings table has these columns at all. |
Drop them manually and then add the name of the migration into migration table so it is not run anymore. I cannot find why is the database doing this. |
Check indexes in settings table, do you have a primary that has section, subsection in them? |
Drop them both and then try the migration. |
I have pushed an update for that migration. Maybe try it before deleting the indexes by hand. |
Thank you very much, that did "the trick" |
Which one? Deleting the indexes by hand or new migration change? |
Hi, help is appreciated, thanks in advance!!!
The text was updated successfully, but these errors were encountered: