add seasons
This commit is contained in:
parent
3a291533a8
commit
632410ce88
|
@ -2,4 +2,6 @@ begin;
|
|||
create table if not exists "seasons" (
|
||||
"year" text
|
||||
);
|
||||
|
||||
insert into seasons select distinct yearID from appearances;
|
||||
commit;
|
||||
|
|
Loading…
Reference in New Issue