Require code in season.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user