Scouting: Add docked and engaged to Stats2023
Signed-off-by: Emily Markova <emily.markova@gmail.com>
Change-Id: Id76146cf05ebfe06809fbde422eaeec2e0af6bb1
diff --git a/scouting/db/db.go b/scouting/db/db.go
index 8c7a93a..3791596 100644
--- a/scouting/db/db.go
+++ b/scouting/db/db.go
@@ -77,6 +77,8 @@
LowCubes, MiddleCubes, HighCubes, CubesDropped int32
LowCones, MiddleCones, HighCones, ConesDropped int32
AvgCycle int64
+ DockedAuto, EngagedAuto bool
+ Docked, Engaged bool
// The username of the person who collected these statistics.
// "unknown" if submitted without logging in.
// Empty if the stats have not yet been collected.