Skip to content

Commit

Permalink
Merge branch 'main' into fix-20621-no-err-in-IsUserAllowedToUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored Aug 18, 2022
2 parents 561e84e + 5d0f643 commit 1803e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}

Expand Down
File renamed without changes.

0 comments on commit 1803e6a

Please sign in to comment.