3
1

database: Add penalty_per_bs to season table

This commit is contained in:
2024-06-07 12:21:13 +02:00
parent b0db769042
commit bb57c6fab5
4 changed files with 5 additions and 14 deletions

@ -13,6 +13,8 @@ CREATE TABLE season (
penalty_per_kg INTEGER,
penalty_amount INTEGER,
penalty_none INTEGER,
penalty_per_bs_amount INTEGER,
penalty_per_bs_none INTEGER,
bs_value INTEGER,
start_date TEXT CHECK (start_date REGEXP '^[1-9][0-9]{3}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$'),