mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-25 03:00:04 +02: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