Add season codes and overview page.

This commit is contained in:
2019-01-12 15:02:21 +01:00
parent 30bab3e651
commit 29989b7e4e
6 changed files with 48 additions and 11 deletions

View File

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