mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix doubled issue tab introduced in migration v16 (#2611)
* fix duplicate issue tab as UnitTypeIssue and UnitTypeExternalTracker are existing at the same time Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Lauris BH
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							cc84ca40d7
						
					
				
				
					commit
					26e49b8e3d
				
			| @@ -136,6 +136,8 @@ var migrations = []Migration{ | ||||
| 	NewMigration("add tags to releases and sync existing repositories", releaseAddColumnIsTagAndSyncTags), | ||||
| 	// v43 -> v44 | ||||
| 	NewMigration("fix protected branch can push value to false", fixProtectedBranchCanPushValue), | ||||
| 	// v44 -> v45 | ||||
| 	NewMigration("remove duplicate unit types", removeDuplicateUnitTypes), | ||||
| } | ||||
|  | ||||
| // Migrate database to current version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user