mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
update dependencies (#296)
This commit is contained in:
4
vendor/github.com/uptrace/bun/query_delete.go
generated
vendored
4
vendor/github.com/uptrace/bun/query_delete.go
generated
vendored
@ -66,8 +66,8 @@ func (q *DeleteQuery) ModelTableExpr(query string, args ...interface{}) *DeleteQ
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
func (q *DeleteQuery) WherePK() *DeleteQuery {
|
||||
q.flags = q.flags.Set(wherePKFlag)
|
||||
func (q *DeleteQuery) WherePK(cols ...string) *DeleteQuery {
|
||||
q.addWhereCols(cols)
|
||||
return q
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user