add seasons
This commit is contained in:
parent
3a291533a8
commit
632410ce88
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue