Fix migration file name (#20843)

This commit is contained in:
Lunny Xiao 2022-08-18 13:38:59 +08:00 committed by GitHub
parent 03df7d0452
commit 5d0f643461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

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