Clean up starting pos data
This commit is contained in:
@@ -31,4 +31,7 @@ from allstarstartingpos;
|
||||
alter table allstarstartingpos drop column "teamid";
|
||||
alter table allstarstartingpos drop column "lgID";
|
||||
alter table allstarstartingpos drop column "gp";
|
||||
|
||||
delete from allstarstartingpos
|
||||
where startingpos is null;
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user