Require code in season.

This commit is contained in:
2019-01-12 15:04:40 +01:00
parent 29989b7e4e
commit 9df47d7bb6
3 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ create table if not exists season
description text,
start text,
end text,
code text
code text not null
);
create unique index if not exists season_id_uindex