mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix orgnization user watch repository (#2670)
* remove orgnization watch repositories * fix migration * fix typo and missing change * remove unused code
This commit is contained in:
		@@ -140,6 +140,8 @@ var migrations = []Migration{
 | 
			
		||||
	NewMigration("remove duplicate unit types", removeDuplicateUnitTypes),
 | 
			
		||||
	// v45 -> v46
 | 
			
		||||
	NewMigration("remove index column from repo_unit table", removeIndexColumnFromRepoUnitTable),
 | 
			
		||||
	// v46 -> v47
 | 
			
		||||
	NewMigration("remove organization watch repositories", removeOrganizationWatchRepo),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Migrate database to current version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user