Skip to content

Commit

Permalink
fix: Add Mauritania Cities (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakash315 authored Oct 11, 2024
1 parent a69df6b commit 8a52c3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -151315,6 +151315,11 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `state_code`, `country_id`, `cou
INSERT INTO `cities` (`id`, `name`, `state_id`, `state_code`, `country_id`, `country_code`, `latitude`, `longitude`, `created_at`, `updated_at`, `flag`, `wikiDataId`) VALUES
(153944, 'Little Cayman', 5253, '', 41, 'KY', 19.68567390, -80.11830190, '2024-10-08 19:02:33', '2024-10-08 19:02:33', 1, 'Q27347438');

INSERT INTO `cities` (`id`, `name`, `state_id`, `state_code`, `country_id`, `country_code`, `latitude`, `longitude`, `created_at`, `updated_at`, `flag`, `wikiDataId`) VALUES
(153945, 'Moudjeria', 3345, '09', 139, 'MR', 17.97955140, -13.39795340, '2024-10-09 15:59:37', '2024-10-09 15:59:37', 1, 'Q27754054'),
(153946, 'Tichit', 3345, '09', 139, 'MR', 18.49686260, -12.12199350, '2024-10-09 15:59:37', '2024-10-09 15:59:37', 1, 'Q27754058'),
(153947, 'Tijigja', 3345, '09', 139, 'MR', 18.51647870, -12.98264760, '2024-10-09 15:59:37', '2024-10-09 15:59:37', 1, 'Q27754129');

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'),
(2, 'Aland Islands', 'ALA', '248', 'AX', '358', 'Mariehamn', 'EUR', 'Euro', '€', '.ax', 'Åland', 'Europe', 4, 'Northern Europe', 18, 'Aland Island', '[{\"zoneName\":\"Europe/Mariehamn\",\"gmtOffset\":7200,\"gmtOffsetName\":\"UTC+02:00\",\"abbreviation\":\"EET\",\"tzName\":\"Eastern European Time\"}]', '{\"kr\":\"올란드 제도\",\"pt-BR\":\"Ilhas de Aland\",\"pt\":\"Ilhas de Aland\",\"nl\":\"Ålandeilanden\",\"hr\":\"Ålandski otoci\",\"fa\":\"جزایر الند\",\"de\":\"Åland\",\"es\":\"Alandia\",\"fr\":\"Åland\",\"ja\":\"オーランド諸島\",\"it\":\"Isole Aland\",\"cn\":\"奥兰群岛\",\"tr\":\"Åland Adalari\",\"ru\":\"Аландские острова\",\"uk\":\"Аландські острови\",\"pl\":\"Wyspy Alandzkie\"}', 60.11666700, 19.90000000, '🇦🇽', 'U+1F1E6 U+1F1FD', '2018-07-21 12:41:03', '2024-09-05 16:47:03', 1, NULL),
Expand Down

0 comments on commit 8a52c3b

Please sign in to comment.