This commit is contained in:
6543
2022-03-17 19:04:36 +01:00
committed by GitHub
parent fa73cbf5a7
commit 45f8d97131
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),
}