added spray patterns
This commit is contained in:
@@ -1049,7 +1049,7 @@ func HasStats() predicate.Match {
|
||||
}
|
||||
|
||||
// HasStatsWith applies the HasEdge predicate on the "stats" edge with a given conditions (other predicates).
|
||||
func HasStatsWith(preds ...predicate.Stats) predicate.Match {
|
||||
func HasStatsWith(preds ...predicate.MatchPlayer) predicate.Match {
|
||||
return predicate.Match(func(s *sql.Selector) {
|
||||
step := sqlgraph.NewStep(
|
||||
sqlgraph.From(Table, FieldID),
|
||||
|
Reference in New Issue
Block a user