3
1

database: Update schema_version to 13

This commit is contained in:
2024-01-17 14:57:13 +01:00
parent 19aedaad0d
commit 26f1bda85e
4 changed files with 30 additions and 1 deletions

@ -13,6 +13,7 @@ CREATE TABLE season (
penalty_per_kg INTEGER,
penalty_amount INTEGER,
penalty_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])$'),
end_date TEXT CHECK (end_date REGEXP '^[1-9][0-9]{3}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$'),