05/23 Add Pick 5, Millionair Balls, etc
This commit is contained in:
+6
-3
@@ -124,9 +124,12 @@ def _seed_games(cursor, conn):
|
||||
Uses INSERT OR IGNORE to be idempotent on every launch.
|
||||
"""
|
||||
defaults = [
|
||||
# name main_count main_max bonus_count bonus_max active
|
||||
("Powerball", 5, 69, 1, 26, 1),
|
||||
("Mega Millions", 5, 70, 1, 25, 1),
|
||||
# name main_count main_max bonus_count bonus_max active
|
||||
("Powerball", 5, 69, 1, 26, 1),
|
||||
("Mega Millions", 5, 70, 1, 25, 1),
|
||||
("Cash 5", 5, 45, 0, 0, 1),
|
||||
("Millionaire for Life", 5, 58, 1, 5, 1),
|
||||
("Bank a Million", 6, 40, 1, 40, 1),
|
||||
]
|
||||
|
||||
for row in defaults:
|
||||
|
||||
Reference in New Issue
Block a user