added spray patterns
This commit is contained in:
@@ -24,6 +24,6 @@ func (RoundStats) Fields() []ent.Field {
|
||||
// Edges of the RoundStats.
|
||||
func (RoundStats) Edges() []ent.Edge {
|
||||
return []ent.Edge{
|
||||
edge.From("stat", Stats.Type).Ref("round_stats").Unique(),
|
||||
edge.From("match_player", MatchPlayer.Type).Ref("round_stats").Unique(),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user