-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Obsolete table: authtoken? #155
Labels
Milestone
Comments
Fix is in #192 |
@nblock Thanks for noticing |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using ownCloud/Nextcloud since 3.0 and have updated the instance from this version up until Nextcloud 9.0.50. I now want to migrate from SQLite to PostgreSQL and want to get rid of old tables before the actual migration.
Steps to reproduce
Expected behaviour
No diff between the two list.
Actual behaviour
Found oc_authtoken to be present.
A quick grep revealed the following:
8b01286 removes the table (2012)
d8cde41 adds the table again (2016, part of 9.1)
I assume that this old table should be removed before upgrading to 9.1, is this assumption correct?
The text was updated successfully, but these errors were encountered: