fix George Frazier's info

This commit is contained in:
filifa
2025-08-06 19:07:49 -04:00
parent 7900c660a6
commit e34da70285

View File

@@ -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, ''),