mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02:00
Merge branch 'master' of github.com:gogits/gogs
This commit is contained in:
commit
0e28dcdac4
44 changed files with 1349 additions and 188 deletions
|
@ -389,7 +389,7 @@ func UpdateRepository(repo *Repository) error {
|
|||
repo.Website = repo.Website[:255]
|
||||
}
|
||||
|
||||
_, err := orm.Id(repo.Id).UseBool().Cols("description", "website").Update(repo)
|
||||
_, err := orm.Id(repo.Id).AllCols().Update(repo)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue