correction

This commit is contained in:
Nick Griffey 2024-01-30 20:30:24 -06:00
parent c5c218b571
commit 4f8694bfb9
1 changed files with 4 additions and 1 deletions

View File

@ -10,9 +10,12 @@ update allstarstartingpos
set gamenum = 2
where gameid = 'NLS196207300';
-- rocky colavito was a reserve, not starter
delete from allstarstartingpos
where gameid = 'ALS196207100' and playerid = 'colavro01';
alter table allstarstartingpos drop column "gameID";
alter table allstarstartingpos drop column "teamid";
alter table allstarstartingpos drop column "lgID";
alter table allstarstartingpos drop column "gp";
update allstarstartingpos