mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 01:32:24 -05:00
[chore] Update a bunch of database dependencies (#1772)
* [chore] Update a bunch of database dependencies * fix lil thing
This commit is contained in:
parent
66df974143
commit
ec325fee14
402 changed files with 35068 additions and 35401 deletions
2
vendor/github.com/uptrace/bun/model.go
generated
vendored
2
vendor/github.com/uptrace/bun/model.go
generated
vendored
|
|
@ -101,7 +101,7 @@ func _newModel(db *DB, dest interface{}, scan bool) (Model, error) {
|
|||
if typ.Kind() == reflect.Struct {
|
||||
return newStructTableModel(db, dest, db.Table(typ)), nil
|
||||
}
|
||||
return nil, fmt.Errorf("bun: Model(nil %T)", dest)
|
||||
return nil, fmt.Errorf("bun: Model(nil %s %T)", typ.Kind(), dest)
|
||||
}
|
||||
|
||||
v = v.Elem()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue