add seasons

This commit is contained in:
Nick Griffey 2024-01-27 19:39:35 -06:00
parent 3a291533a8
commit 632410ce88
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ begin;
create table if not exists "seasons" (
"year" text
);
insert into seasons select distinct yearID from appearances;
commit;