1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
6543 2022-03-17 19:04:36 +01:00 committed by GitHub
parent fa73cbf5a7
commit 45f8d97131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -373,6 +373,9 @@ var migrations = []Migration{
NewMigration("Increase WebAuthentication CredentialID size to 410 - NO-OPED", increaseCredentialIDTo410),
// v210 -> v211
NewMigration("v208 was completely broken - remigrate", remigrateU2FCredentials),
// Gitea 1.16.2 ends at v211
// v211 -> v212
NewMigration("Create ForeignReference table", createForeignReferenceTable),
}