add spielberg to the track list

This commit is contained in:
Fran Jurmanović
2025-05-31 20:28:03 +02:00
parent 9c9e28350f
commit 53bc7f42a3
2 changed files with 1 additions and 9 deletions

View File

@@ -59,13 +59,4 @@ type StateHistory struct {
SessionStart time.Time `json:"sessionStart"`
SessionDurationMinutes int `json:"sessionDurationMinutes"`
SessionID uint `json:"sessionId" gorm:"not null"` // Unique identifier for each session/event
}
type RecentSession struct {
ID uint `json:"id"`
Date time.Time `json:"date"`
Type string `json:"type"`
Track string `json:"track"`
Duration int `json:"duration"`
Players int `json:"players"`
}