Skip to content

Commit

Permalink
Add Marshall city in Alaska. (#848)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Thompson <[email protected]>
  • Loading branch information
rvtraveller and Brian Thompson authored Sep 11, 2024
1 parent 2e18b2e commit cc52ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -151377,7 +151377,8 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `state_code`, `country_id`, `cou
(153915, 'Henrietta', 3263, 'PW', 140, 'MU', -20.27200480, 57.52898870, '2019-10-05 23:08:25', '2024-09-07 19:08:44', 1, 'Q8250694'),
(153916, 'Belle Terre', 3263, 'PW', 140, 'MU', -20.26948370, 57.51655530, '2019-10-05 23:08:25', '2024-09-07 19:08:44', 1, 'Q3452543'),
(153917, 'Highlands', 3263, 'PW', 140, 'MU', -20.27827480, 57.51350410, '2019-10-05 23:08:25', '2024-09-07 19:08:44', 1, 'Q235956'),
(153918, 'Hermitage', 3263, 'PW', 140, 'MU', -20.27685080, 57.53471370, '2019-10-05 23:08:25', '2024-09-07 19:08:44', 1, 'Q246286');
(153918, 'Hermitage', 3263, 'PW', 140, 'MU', -20.27685080, 57.53471370, '2019-10-05 23:08:25', '2024-09-07 19:08:44', 1, 'Q246286'),
(153919, 'Marshall', 1400, 'AK', 233, 'US', 61.87811100, 162.08500000, '2024-09-07 18:24:01', '2024-09-07 18:24:01', 1, 'Q79550');

INSERT INTO `countries` (`id`, `name`, `iso3`, `numeric_code`, `iso2`, `phonecode`, `capital`, `currency`, `currency_name`, `currency_symbol`, `tld`, `native`, `region`, `region_id`, `subregion`, `subregion_id`, `nationality`, `timezones`, `translations`, `latitude`, `longitude`, `emoji`, `emojiU`, `created_at`, `updated_at`, `flag`, `wikiDataId`) VALUES
(1, 'Afghanistan', 'AFG', '004', 'AF', '93', 'Kabul', 'AFN', 'Afghan afghani', '؋', '.af', 'افغانستان', 'Asia', 3, 'Southern Asia', 14, 'Afghan', '[{\"zoneName\":\"Asia/Kabul\",\"gmtOffset\":16200,\"gmtOffsetName\":\"UTC+04:30\",\"abbreviation\":\"AFT\",\"tzName\":\"Afghanistan Time\"}]', '{\"kr\":\"아프가니스탄\",\"pt-BR\":\"Afeganistão\",\"pt\":\"Afeganistão\",\"nl\":\"Afghanistan\",\"hr\":\"Afganistan\",\"fa\":\"افغانستان\",\"de\":\"Afghanistan\",\"es\":\"Afganistán\",\"fr\":\"Afghanistan\",\"ja\":\"アフガニスタン\",\"it\":\"Afghanistan\",\"cn\":\"阿富汗\",\"tr\":\"Afganistan\",\"ru\":\"Афганистан\",\"uk\":\"Афганістан\",\"pl\":\"Afganistan\"}', 33.00000000, 65.00000000, '🇦🇫', 'U+1F1E6 U+1F1EB', '2018-07-21 12:41:03', '2023-08-09 02:34:58', 1, 'Q889'),
Expand Down

0 comments on commit cc52ad2

Please sign in to comment.