mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix migration file name (#20843)
This commit is contained in:
		@@ -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),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user