mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add badge capabilities to users (#20607)
Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
		| @@ -406,6 +406,9 @@ var migrations = []Migration{ | ||||
| 	NewMigration("Drop old CredentialID column", dropOldCredentialIDColumn), | ||||
| 	// v223 -> v224 | ||||
| 	NewMigration("Rename CredentialIDBytes column to CredentialID", renameCredentialIDBytes), | ||||
|  | ||||
| 	// v999 | ||||
| 	NewMigration("Add badges to users", creatUserBadgesTable), | ||||
| } | ||||
|  | ||||
| // GetCurrentDBVersion returns the current db version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user