diff --git a/sql/allstarstartingpos.sql b/sql/allstarstartingpos.sql index d4cb097..806b093 100644 --- a/sql/allstarstartingpos.sql +++ b/sql/allstarstartingpos.sql @@ -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