mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Switch plaintext scratch tokens to use hash instead (#4331)
This commit is contained in:
		| @@ -194,6 +194,8 @@ var migrations = []Migration{ | ||||
| 	NewMigration("move team units to team_unit table", moveTeamUnitsToTeamUnitTable), | ||||
| 	// v70 -> v71 | ||||
| 	NewMigration("add issue_dependencies", addIssueDependencies), | ||||
| 	// v70 -> v71 | ||||
| 	NewMigration("protect each scratch token", addScratchHash), | ||||
| } | ||||
|  | ||||
| // Migrate database to current version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user