New admin triggers for db maintenance, updating display of prize results and logic fix
This commit is contained in:
@@ -25,4 +25,6 @@ type Ticket struct {
|
||||
Balls []int
|
||||
BonusBalls []int
|
||||
MatchedDraw DrawResult
|
||||
PrizeAmount float64 `db:"prize_amount"`
|
||||
PrizeLabel string `db:"prize_label"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user