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
Make sure the accounts table exists #6097
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen, thanks for your PR! By analyzing the history of the files in this pull request, we identified @PVince81, @LukasReschke and @owncloud-bot to be potential reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! :)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
I updated the autoloader. 😉 |
Codecov Report
@@ Coverage Diff @@
## master #6097 +/- ##
============================================
- Coverage 53.13% 53.12% -0.02%
- Complexity 22798 22802 +4
============================================
Files 1406 1407 +1
Lines 88220 88237 +17
Branches 1327 1327
============================================
- Hits 46874 46873 -1
- Misses 41346 41364 +18
|
Didn't fixed it for me. Sad. :( |
Same here actually, still have the same problem. cc @nickvergessen |
Yeah well find out what actually deletes this table for you guys. Maybe some app or something... The migration here will only fix it once, then it knows it ran and the table should already exist..... |
I'm also hitting this issue, even the migration was run:
|
There was an issue with sqlite, which was fixed for 12.0.3: |
Fix #6078
@tcitworld