mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Code/repo search (#2582)
Indexed search of repository contents (for default branch only)
This commit is contained in:
		@@ -144,6 +144,8 @@ var migrations = []Migration{
 | 
			
		||||
	NewMigration("remove organization watch repositories", removeOrganizationWatchRepo),
 | 
			
		||||
	// v47 -> v48
 | 
			
		||||
	NewMigration("add deleted branches", addDeletedBranch),
 | 
			
		||||
	// v48 -> v49
 | 
			
		||||
	NewMigration("add repo indexer status", addRepoIndexerStatus),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Migrate database to current version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user