Add missing parks

This commit is contained in:
2024-01-27 19:05:31 -06:00
parent 7495572192
commit 9c955df284
2 changed files with 7 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
begin;
-- insert some missing parks
insert into parks values
('ARL03', 'Globe Life Field', null, 'Arlington', 'TX', 'US'),
('BUF05', 'Sahlen Field', null, 'Buffalo', 'NY', 'US'),
('DUN01', 'TD Ballpark', null, 'Dunedin', 'FL', 'US'),
('DYE01', 'Field of Dreams', null, 'Dyersville', 'IA', 'US');
commit;