Skip to content

Commit

Permalink
fix erroneous state code for sevastopol (dr5hn#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante authored Sep 2, 2023
1 parent f90298a commit 0a66f3a
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 @@ -153326,7 +153326,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`, `country_code`, `fips_code`, `
(1909, 'Penza Oblast', 182, 'RU', '57', 'PNZ', NULL, 53.14121050, 44.09400480, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q5545'),
(1910, 'Kostroma Oblast', 182, 'RU', '37', 'KOS', NULL, 58.55010690, 43.95411020, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q2596'),
(1911, 'Altai Krai', 182, 'RU', '04', 'ALT', NULL, 51.79362980, 82.67585960, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q5942'),
(1912, 'Sevastopol', 230, 'UA', '20', 'UA-40', NULL, 44.61665000, 33.52536710, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q7525'),
(1912, 'Sevastopol', 230, 'UA', '20', '40', NULL, 44.61665000, 33.52536710, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q7525'),
(1913, 'Udmurt Republic', 182, 'RU', '80', 'UD', NULL, 57.06702180, 53.02779480, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q5422'),
(1914, 'Chuvash Republic', 182, 'RU', '16', 'CU', NULL, 55.55959920, 46.92835350, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q5466'),
(1915, 'Kurgan Oblast', 182, 'RU', '40', 'KGN', NULL, 55.44815480, 65.11809750, '2019-10-05 23:18:44', '2022-08-31 15:52:51', 1, 'Q5741'),
Expand Down

0 comments on commit 0a66f3a

Please sign in to comment.