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.
forgejo/docs/content/doc/developers
zeripath 886b1de949
Update the webauthn_credential_id_sequence in Postgres (#19048)
* 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>
2 years ago
..
api-usage.en-us.md Fix various typos of software names (#18083) 3 years ago
api-usage.zh-cn.md Reformat docs (#13897) 4 years ago
guidelines-backend.md Update the webauthn_credential_id_sequence in Postgres (#19048) 2 years ago
guidelines-frontend.md Revert "Prevent possible XSS when using jQuery (#18289)" (#18293) 2 years ago
hacking-on-gitea.en-us.md Disable service worker by default (#18914) 2 years ago
integrations.en-us.md Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) 3 years ago
integrations.zh-tw.md docs: Fix broken anchors in links to awesome-gitea (#16331) 3 years ago
migrations.en-us.md Fix various typos of software names (#18083) 3 years ago
migrations.zh-tw.md fix migrations documents (#17679) 3 years ago
oauth2-provider.md Add asymmetric JWT signing (#16010) 3 years ago
oauth2-provider.zh-tw.md [docs] Add zh-tw Translations (#14507) 3 years ago