1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/models/migrations/fixtures
zeripath 32599bf060
Increase the size of the webauthn_credential credential_id field (#18739)
Unfortunately credentialIDs in u2f are 255 bytes long which with base32 encoding
becomes 408 bytes. The default size of a xorm string field is only a VARCHAR(255)

This problem is not apparent on SQLite because strings get mapped to TEXT there.

Fix #18727

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-13 21:19:12 +00:00
..
Test_deleteOrphanedIssueLabels Create Proper Migration Tests (#15116) 2021-03-24 19:27:22 +01:00
Test_increaseCredentialIDTo410 Increase the size of the webauthn_credential credential_id field (#18739) 2022-02-13 21:19:12 +00:00
Test_removeInvalidLabels Create Proper Migration Tests (#15116) 2021-03-24 19:27:22 +01:00
Test_unwrapLDAPSourceCfg Refactor: Move login out of models (#16199) 2021-07-24 11:16:34 +01:00