correction
This commit is contained in:
@@ -10,9 +10,12 @@ update allstarstartingpos
|
|||||||
set gamenum = 2
|
set gamenum = 2
|
||||||
where gameid = 'NLS196207300';
|
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 "gameID";
|
||||||
alter table allstarstartingpos drop column "teamid";
|
alter table allstarstartingpos drop column "teamid";
|
||||||
alter table allstarstartingpos drop column "lgID";
|
|
||||||
alter table allstarstartingpos drop column "gp";
|
alter table allstarstartingpos drop column "gp";
|
||||||
|
|
||||||
update allstarstartingpos
|
update allstarstartingpos
|
||||||
|
|||||||
Reference in New Issue
Block a user