-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
accounts table missing, can't view personal settings page #6078
Comments
Well if you ran in #5695 you also run in the issue that the table doesn't exist later on. |
Makes sense. However, the update (it said to 13.0.0 alpha) apparently didn't create the table. Also lowering the version in config.php and re-running If this problem only occurs to me due to using unstable feature branches and getting into an invalid db/migration state, then I can also just reset my dev env and ignore the issue. However, I thought it would be better to report it here. |
Whats the content of your migrations table? |
|
-> so apparently the migration was run 🤔 |
Yes it was, it's the second entry.... |
Yeah, misread the timestamp. Now I'm pretty sure that I messed up the migration when I was trying to fix #5695 myself. I'm closing this ticket now. Thanks. |
I actually have the same problem. Just updated to latest git master, also git submodule update, and this is my error:
It only happens on the user settings page, everything else works. |
Had the same too. |
After I ran into #5695 last week, I'm now having a similar problem with the (still not existent) accounts table whenever I navigate to the settings page of my dev instance:
@nickvergessen should a migration create that table?
The text was updated successfully, but these errors were encountered: