advanced models/controllers/service docs update

This commit is contained in:
Ravi Prasad
2025-05-12 19:40:51 -05:00
parent b6a3b59b3c
commit 8cad0e1980
10 changed files with 586 additions and 69 deletions
+2
View File
@@ -38,6 +38,8 @@ func main() {
db := config.InitDB()
importPlayerAdvanced(db)
log.Println("🎉 Player Advanced Import completed successfully")
importPlayerAdvancedPlayoffs(db)
log.Println("🎉 Player Advanced Playoffs Import completed successfully")
importPlayerTotals(db)
log.Println("🎉 Player Totals Import completed successfully")
importPlayerPlayoffs(db)