correction
This commit is contained in:
parent
c5c218b571
commit
4f8694bfb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue