mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	This reverts commit 3cab3bee57.
			
			
This commit is contained in:
		@@ -250,8 +250,6 @@ var migrations = []Migration{
 | 
			
		||||
	NewMigration("fix publisher ID for tag releases", fixPublisherIDforTagReleases),
 | 
			
		||||
	// v157 -> v158
 | 
			
		||||
	NewMigration("ensure repo topics are up-to-date", fixRepoTopics),
 | 
			
		||||
	// v158 -> v159
 | 
			
		||||
	NewMigration("code comment replies should have the commitID of the review they are replying to", updateCodeCommentReplies),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// GetCurrentDBVersion returns the current db version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user