Skip to content

Commit

Permalink
Fix error in the name of the state 1200 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenses authored Feb 16, 2024
1 parent 3d3fc8e commit 0a6dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -152714,7 +152714,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `country_code`, `fips_code`, `
(1191, 'Gipuzkoa', 207, 'ES', '59', 'SS', 'province', 43.14523600, -2.44618250, '2019-10-05 23:18:40', '2022-08-28 19:57:11', 1, 'Q95010'),
(1192, 'Segovia', 207, 'ES', '', 'SG', 'province', 40.94292960, -4.10889420, '2019-10-05 23:18:40', '2022-08-28 12:54:14', 1, 'Q55283'),
(1193, 'Sevilla', 207, 'ES', '51', 'SE', 'province', 37.37535010, -6.02509730, '2022-08-28 20:38:04', '2022-08-28 20:38:04', 1, 'Q8717'),
(1200, 'Léon', 207, 'ES', '55', 'LE', 'province', 42.59870410, -5.56708390, '2019-10-05 23:18:40', '2022-08-28 12:54:14', 1, 'Q71140'),
(1200, 'León', 207, 'ES', '55', 'LE', 'province', 42.59870410, -5.56708390, '2019-10-05 23:18:40', '2022-08-28 12:54:14', 1, 'Q71140'),
(1203, 'Tarragona', 207, 'ES', '56', 'T', 'province', 41.12586420, 1.20356420, '2022-08-29 12:26:30', '2022-08-29 12:26:30', 1, 'Q15088'),
(1204, 'Navarra', 207, 'ES', '32', 'NA', 'province', 42.69539090, -1.67606910, '2019-10-05 23:18:40', '2022-08-28 12:54:14', 1, 'Q4018'),
(1205, 'Toledo', 207, 'ES', '54', 'TO', 'province', 39.86232000, -4.06946920, '2022-08-29 12:37:43', '2022-08-29 12:37:43', 1, 'Q5836'),
Expand Down

0 comments on commit 0a6dbfb

Please sign in to comment.