mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Delete repo redirects on repo deletion (#1776)
This commit is contained in:
		| @@ -1650,6 +1650,7 @@ func DeleteRepository(uid, repoID int64) error { | ||||
| 		&Collaboration{RepoID: repoID}, | ||||
| 		&PullRequest{BaseRepoID: repoID}, | ||||
| 		&RepoUnit{RepoID: repoID}, | ||||
| 		&RepoRedirect{RedirectRepoID: repoID}, | ||||
| 	); err != nil { | ||||
| 		return fmt.Errorf("deleteBeans: %v", err) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user