mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
886b1de949
* Update the webauthn_credential_id_sequence in Postgres There is (yet) another problem with v210 in that Postgres will silently allow preset ID insertions ... but it will not update the sequence value. This PR simply adds a little step to the end of the v210 migration to update the sequence number. Users who have already migrated who find that they cannot insert new webauthn_credentials into the DB can either run: ```bash gitea doctor recreate-table webauthn_credential ``` or ```bash ./gitea doctor --run=check-db-consistency --fix ``` which will fix the bad sequence. Fix #19012 Signed-off-by: Andrew Thornton <art27@cantab.net> |
3 years ago | |
---|---|---|
.. | ||
api-usage.en-us.md | 3 years ago | |
api-usage.zh-cn.md | ||
guidelines-backend.md | 3 years ago | |
guidelines-frontend.md | 3 years ago | |
hacking-on-gitea.en-us.md | 3 years ago | |
integrations.en-us.md | 4 years ago | |
integrations.zh-tw.md | 4 years ago | |
migrations.en-us.md | 3 years ago | |
migrations.zh-tw.md | 3 years ago | |
oauth2-provider.md | 4 years ago | |
oauth2-provider.zh-tw.md | 4 years ago |