This commit is contained in:
2026-07-30 14:22:04 -05:00
parent 4f9c9e8175
commit dbe8faab0b
2 changed files with 17 additions and 17 deletions
+8 -8
View File
@@ -62,17 +62,17 @@ func main() {
// importPlayerTotalsPlayoffsScrape(db)
// log.Println("🎉 Player Playoffs (scraped) Import completed successfully")
importGameSchedules(db)
log.Println("🎉 Game Imports completed successfully 🏀")
// 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