fix George Frazier's info
This commit is contained in:
parent
7900c660a6
commit
e34da70285
|
@ -31,6 +31,13 @@ insert into people values
|
|||
delete from people
|
||||
where playerID = 'kellyho99';
|
||||
|
||||
delete from people
|
||||
where playerID = 'frazge99';
|
||||
|
||||
update people
|
||||
set bbrefID = 'frazege99'
|
||||
where playerID = 'frazege99';
|
||||
|
||||
update people
|
||||
set
|
||||
birthcountry = nullif(birthcountry, ''),
|
||||
|
|
Loading…
Reference in New Issue