add seasons
This commit is contained in:
@@ -2,4 +2,6 @@ begin;
|
||||
create table if not exists "seasons" (
|
||||
"year" text
|
||||
);
|
||||
|
||||
insert into seasons select distinct yearID from appearances;
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user