mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Various Merge Base fixes (#10786)
* Fix broken merge base migration v128 for merged PR * Allow PRs with deleted base branches to still show diff * as per @lunny Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		| @@ -200,6 +200,8 @@ var migrations = []Migration{ | ||||
| 	NewMigration("Add Branch Protection Protected Files Column", addBranchProtectionProtectedFilesColumn), | ||||
| 	// v133 -> v134 | ||||
| 	NewMigration("Add EmailHash Table", addEmailHashTable), | ||||
| 	// v134 -> v135 | ||||
| 	NewMigration("Refix merge base for merged pull requests", refixMergeBase), | ||||
| } | ||||
|  | ||||
| // Migrate database to current version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user