Fix migration file name (#20843)

forgejo
Lunny Xiao 2 years ago committed by GitHub
parent 03df7d0452
commit 5d0f643461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -406,8 +406,7 @@ var migrations = []Migration{
NewMigration("Drop old CredentialID column", dropOldCredentialIDColumn),
// v223 -> v224
NewMigration("Rename CredentialIDBytes column to CredentialID", renameCredentialIDBytes),
// v999
// v224 -> v225
NewMigration("Add badges to users", creatUserBadgesTable),
}

Loading…
Cancel
Save