New admin triggers for db maintenance, updating display of prize results and logic fix

This commit is contained in:
2025-03-28 22:52:54 +00:00
parent 593dbb598e
commit 322b4877ed
8 changed files with 269 additions and 21 deletions

View File

@@ -25,4 +25,6 @@ type Ticket struct {
Balls []int
BonusBalls []int
MatchedDraw DrawResult
PrizeAmount float64 `db:"prize_amount"`
PrizeLabel string `db:"prize_label"`
}