File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,8 +132,18 @@ Fetcher API
132132 urljr.fetchers.HTTPFetcher. get() and post() have been replaced by
133133 fetch(), see urljr.fetchers for details.
134134
135- Upgrading
136- ---------
135+ Upgrading from 1.1 or 1.2
136+ -------------------------
137+
138+ One of the additions to the OpenID protocol was a specified nonce
139+ format for one-way nonces. As a result, the nonce table in the store
140+ has changed. You'll need to run contrib/upgrade-store-1.1-to-2.0 to
141+ upgrade your store, or you'll encounter errors about the wrong number
142+ of columns in the oid_nonces table.
143+
144+
145+ Upgrading from 1.0
146+ ------------------
137147
138148The server changed the way it indexes associations in the store, so if
139149you're upgrading a server installation, we recommend you clear the old
You can’t perform that action at this time.
0 commit comments