mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01:00
Fix migration file name (#20843)
This commit is contained in:
parent
03df7d0452
commit
5d0f643461
@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user