mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	Locating issue
This commit is contained in:
		
					parent
					
						
							
								59bbddb318
							
						
					
				
			
			
				commit
				
					
						ae92f92dee
					
				
			
		
					 3 changed files with 4 additions and 2 deletions
				
			
		|  | @ -387,7 +387,7 @@ func UpdateRepository(repo *Repository) error { | |||
| 		repo.Website = repo.Website[:255] | ||||
| 	} | ||||
| 
 | ||||
| 	_, err := orm.Id(repo.Id).UseBool().Cols("description", "website", "updated").Update(repo) | ||||
| 	_, err := orm.Id(repo.Id).AllCols().Update(repo) | ||||
| 	return err | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue