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