Add admin API route for managing user's badges (#23106) (database migration ony)

Fix #22785

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
(cherry picked from commit cb52b17f92e2d2293f7c003649743464492bca48)

Conflicts:
	discard everything except the database migration
This commit is contained in:
techknowlogick 2024-03-01 03:23:28 -05:00 committed by Earl Warren
parent 6403d5fca7
commit 82b7de1360
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 48 additions and 0 deletions

View file

@ -560,6 +560,8 @@ var migrations = []Migration{
NewMigration("Add PreviousDuration to ActionRun", v1_22.AddPreviousDurationToActionRun),
// v286 -> v287
NewMigration("Add support for SHA256 git repositories", v1_22.AdjustDBForSha256),
// v287 -> v288
NewMigration("Use Slug instead of ID for Badges", v1_22.UseSlugInsteadOfIDForBadges),
}
// GetCurrentDBVersion returns the current db version