Merge branch 'main' into lunny/glob_protected_branch_rule

This commit is contained in:
Lunny Xiao 2022-08-18 15:01:28 +08:00
commit 997a01dfeb
2 changed files with 1 additions and 2 deletions

View file

@ -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),
}