Skip to content

Commit

Permalink
Fix migration file name (#20843)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Aug 18, 2022
1 parent 03df7d0 commit 5d0f643
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 5d0f643

Please sign in to comment.