Fix migration file name (#20843)
This commit is contained in:
parent
03df7d0452
commit
5d0f643461
2 changed files with 1 additions and 2 deletions
|
@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue