shots changed

This commit is contained in:
2026-09-09 18:47:24 -05:00
parent 3911fe491c
commit 384fc940bf
2 changed files with 15 additions and 15 deletions
+6 -6
View File
@@ -65,14 +65,14 @@ func main() {
// importGameSchedules(db)
// log.Println("🎉 Game Imports completed successfully 🏀")
// importBoxScores(db)
// log.Println("🎉 Related Box Score Imports completed successfully 📦")
importBoxScores(db)
log.Println("🎉 Related Box Score Imports completed successfully 📦")
// importMarkPlayoffGames(db)
// log.Println("🎉 Playoff games marked successfully 🏆")
importMarkPlayoffGames(db)
log.Println("🎉 Playoff games marked successfully 🏆")
importPlayerShotCharts(db)
log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
// importPlayerShotCharts(db)
// log.Println("🎉 Player Shot Chart Import completed successfully 🎯")
log.Println("🏀 ALL Imports completed successfully ✅ 🙌")
return