Add logic for generating weekly matchups via patch

This commit is contained in:
2020-11-07 13:02:37 -06:00
parent 5cc3d31415
commit feadc6201d
3 changed files with 128 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ class Matchup extends Model {
visitor_team_id: String,
week_num: Number,
complete: { type: Boolean, default: false },
home_team_score: Number,
visitor_team_score: Number,
}
}
}