Navigation Menu

Skip to content
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

Users upgrading from pre-1.5 straight to 2.0+ get errors about the sessions table #611

Closed
zerocrates opened this issue Oct 28, 2013 · 0 comments
Labels

Comments

@zerocrates
Copy link
Member

A regression caused by #498.

We need to check how old the database we're dealing with is, and select the right default accordingly. We can just check against the stored version option in the database; this still won't reintroduce the extra every-time query incurred by the pre-#498 behavior.

zerocrates added a commit that referenced this issue Oct 28, 2013
Since this code will only appear in sites on 2.1+ anyway, we can at the
same time account for users that would otherwise be bitten by #217.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant