handle 1945 all-star game not being played

This commit is contained in:
2024-01-27 11:32:11 -06:00
parent fbd9e4b669
commit d4729206da
3 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ CREATE TABLE "pk_allstarfull" (
"lgID" NUMERIC,
"GP" NUMERIC,
"startingPos" NUMERIC,
primary key("playerID","gameID","startingPos"),
primary key("playerID","yearID","gameNum","startingPos"),
foreign key("playerID") references "people"("playerID")
);