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