mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +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),
 | 
						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),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user