Skip to content

Commit 6b5d7b1

Browse files
authored
add population in cities table (#1305)
1 parent bd5af5f commit 6b5d7b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+77861
-80854
lines changed

bin/db/schema.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ DROP TABLE IF EXISTS `countries`;
1919
DROP TABLE IF EXISTS `subregions`;
2020
DROP TABLE IF EXISTS `regions`;
2121

22-
-- MySQL dump 10.13 Distrib 8.0.43, for Linux (x86_64)
22+
-- MySQL dump 10.13 Distrib 9.3.0, for macos15.2 (arm64)
2323
--
2424
-- Host: localhost Database: world
2525
-- ------------------------------------------------------
26-
-- Server version 8.0.43-0ubuntu0.24.04.2
26+
-- Server version 9.3.0
2727

2828
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
2929
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -195,6 +195,6 @@ CREATE TABLE `cities` (
195195
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
196196
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
197197

198-
-- Dump completed on 2025-11-24 13:41:20
198+
-- Dump completed on 2025-11-27 20:26:59
199199

200200
SET FOREIGN_KEY_CHECKS=1;

contributions/cities/AD.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"latitude": "42.56760000",
9595
"longitude": "1.59756000",
9696
"native": "Canillo",
97-
"population": null,
97+
"population": 3292,
9898
"timezone": "Europe/Andorra",
9999
"translations": {
100100
"br": "Canillo",
@@ -118,7 +118,7 @@
118118
"ar": "كانيلو"
119119
},
120120
"created_at": "2019-10-06T09:28:06",
121-
"updated_at": "2025-11-11T01:17:22",
121+
"updated_at": "2025-11-25T19:26:21",
122122
"flag": 1,
123123
"wikiDataId": "Q386802"
124124
},
@@ -176,7 +176,7 @@
176176
"latitude": "42.53474000",
177177
"longitude": "1.58014000",
178178
"native": "Encamp",
179-
"population": null,
179+
"population": 11223,
180180
"timezone": "Europe/Andorra",
181181
"translations": {
182182
"br": "Kamp",
@@ -200,7 +200,7 @@
200200
"ar": "إنكامب"
201201
},
202202
"created_at": "2019-10-06T09:28:06",
203-
"updated_at": "2025-11-11T01:17:22",
203+
"updated_at": "2025-11-25T19:26:21",
204204
"flag": 1,
205205
"wikiDataId": "Q989558"
206206
},
@@ -217,7 +217,7 @@
217217
"latitude": "42.55623000",
218218
"longitude": "1.53319000",
219219
"native": "Ordenar",
220-
"population": null,
220+
"population": 3066,
221221
"timezone": "Europe/Andorra",
222222
"translations": {
223223
"br": "Ordino",
@@ -241,7 +241,7 @@
241241
"ar": "أوردينو"
242242
},
243243
"created_at": "2019-10-06T09:28:06",
244-
"updated_at": "2025-11-11T01:17:22",
244+
"updated_at": "2025-11-25T19:26:21",
245245
"flag": 1,
246246
"wikiDataId": "Q3885480"
247247
},
@@ -258,7 +258,7 @@
258258
"latitude": "42.54277000",
259259
"longitude": "1.73361000",
260260
"native": "Casa",
261-
"population": null,
261+
"population": 1927,
262262
"timezone": "Europe/Andorra",
263263
"translations": {
264264
"br": "Pas de la Casa",
@@ -282,7 +282,7 @@
282282
"ar": "باس دي لا كاسا"
283283
},
284284
"created_at": "2019-10-06T09:28:06",
285-
"updated_at": "2025-11-11T01:17:22",
285+
"updated_at": "2025-11-25T19:26:21",
286286
"flag": 1,
287287
"wikiDataId": "Q24456"
288288
},
@@ -299,7 +299,7 @@
299299
"latitude": "42.46372000",
300300
"longitude": "1.49129000",
301301
"native": "Sant Julià de Lòria",
302-
"population": null,
302+
"population": 8022,
303303
"timezone": "Europe/Andorra",
304304
"translations": {
305305
"br": "Sant Julià de Lòria",
@@ -323,7 +323,7 @@
323323
"ar": "سانت جوليا دي لوريا"
324324
},
325325
"created_at": "2019-10-06T09:28:06",
326-
"updated_at": "2025-11-11T01:17:22",
326+
"updated_at": "2025-11-25T19:26:21",
327327
"flag": 1,
328328
"wikiDataId": "Q1120573"
329329
},
@@ -340,7 +340,7 @@
340340
"latitude": "42.54499000",
341341
"longitude": "1.51483000",
342342
"native": "la Massana",
343-
"population": null,
343+
"population": 7211,
344344
"timezone": "Europe/Andorra",
345345
"translations": {
346346
"br": "la Massana",
@@ -364,7 +364,7 @@
364364
"ar": "لا ماسانا"
365365
},
366366
"created_at": "2019-10-06T09:28:06",
367-
"updated_at": "2025-11-11T01:17:22",
367+
"updated_at": "2025-11-25T19:26:21",
368368
"flag": 1,
369369
"wikiDataId": "Q3820973"
370370
},

contributions/cities/AE.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"latitude": "25.46121000",
382382
"longitude": "55.54813000",
383383
"native": "الحمرية",
384-
"population": null,
384+
"population": 3297,
385385
"timezone": "Asia/Dubai",
386386
"translations": {
387387
"br": "Al Hamriyah",
@@ -405,7 +405,7 @@
405405
"ar": "الحمرية"
406406
},
407407
"created_at": "2019-10-06T09:28:07",
408-
"updated_at": "2025-11-11T01:17:22",
408+
"updated_at": "2025-11-24T21:09:52",
409409
"flag": 1,
410410
"wikiDataId": "Q4703978"
411411
},
@@ -422,7 +422,7 @@
422422
"latitude": "24.95536000",
423423
"longitude": "55.76820000",
424424
"native": "السيدة",
425-
"population": null,
425+
"population": 11120,
426426
"timezone": "Asia/Dubai",
427427
"translations": {
428428
"br": "Al Madam",
@@ -446,7 +446,7 @@
446446
"ar": "السيدة"
447447
},
448448
"created_at": "2019-10-06T09:28:07",
449-
"updated_at": "2025-11-11T01:17:22",
449+
"updated_at": "2025-11-26T20:16:12",
450450
"flag": 1,
451451
"wikiDataId": "Q55603483"
452452
},
@@ -586,7 +586,7 @@
586586
"latitude": "25.59246000",
587587
"longitude": "56.26176000",
588588
"native": "دبا الفجيرة",
589-
"population": null,
589+
"population": 41017,
590590
"timezone": "Asia/Dubai",
591591
"translations": {
592592
"br": "Dibba Al-Fujairah",
@@ -610,7 +610,7 @@
610610
"ar": "دبا الفجيرة"
611611
},
612612
"created_at": "2019-10-06T09:28:07",
613-
"updated_at": "2025-11-11T01:17:22",
613+
"updated_at": "2025-11-26T20:16:30",
614614
"flag": 1,
615615
"wikiDataId": "Q3696182"
616616
},
@@ -668,7 +668,7 @@
668668
"latitude": "25.06570000",
669669
"longitude": "55.17128000",
670670
"native": "دبي",
671-
"population": null,
671+
"population": 3944751,
672672
"timezone": "Asia/Dubai",
673673
"translations": {
674674
"br": "Dubai",
@@ -692,7 +692,7 @@
692692
"ar": "دبي"
693693
},
694694
"created_at": "2019-10-06T09:28:07",
695-
"updated_at": "2025-11-11T01:17:22",
695+
"updated_at": "2025-11-26T17:38:55",
696696
"flag": 1,
697697
"wikiDataId": "Q612"
698698
},
@@ -709,7 +709,7 @@
709709
"latitude": "24.99816000",
710710
"longitude": "56.27207000",
711711
"native": "كلباء",
712-
"population": null,
712+
"population": 54876,
713713
"timezone": "Asia/Dubai",
714714
"translations": {
715715
"br": "Kalba",
@@ -733,7 +733,7 @@
733733
"ar": "كلباء"
734734
},
735735
"created_at": "2019-10-06T09:28:07",
736-
"updated_at": "2025-11-11T01:17:22",
736+
"updated_at": "2025-11-26T20:16:59",
737737
"flag": 1,
738738
"wikiDataId": "Q2204078"
739739
},
@@ -832,7 +832,7 @@
832832
"latitude": "25.32568000",
833833
"longitude": "56.00259000",
834834
"native": "المنامة",
835-
"population": null,
835+
"population": 5823,
836836
"timezone": "Asia/Dubai",
837837
"translations": {
838838
"br": "Manama",
@@ -856,7 +856,7 @@
856856
"ar": "المنامة"
857857
},
858858
"created_at": "2019-10-06T09:28:07",
859-
"updated_at": "2025-11-11T01:17:22",
859+
"updated_at": "2025-11-24T20:23:44",
860860
"flag": 1,
861861
"wikiDataId": "Q1888663"
862862
},
@@ -873,7 +873,7 @@
873873
"latitude": "24.83982000",
874874
"longitude": "56.05158000",
875875
"native": "مصفوت",
876-
"population": null,
876+
"population": 8988,
877877
"timezone": "Asia/Dubai",
878878
"translations": {
879879
"br": "Masfut",
@@ -897,7 +897,7 @@
897897
"ar": "مصفوت"
898898
},
899899
"created_at": "2019-10-06T09:28:07",
900-
"updated_at": "2025-11-11T01:17:22",
900+
"updated_at": "2025-11-24T19:23:01",
901901
"flag": 1,
902902
"wikiDataId": "Q3133042"
903903
},

0 commit comments

Comments
 (0)