Skip to content

Commit f99110d

Browse files
Copilotdr5hn
andcommitted
chore: plan Egypt CSV alignment
Co-authored-by: dr5hn <6929121+dr5hn@users.noreply.github.com>
1 parent deb4a87 commit f99110d

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

bin/db/schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ CREATE TABLE `cities` (
186186
KEY `cities_test_ibfk_2` (`country_id`),
187187
CONSTRAINT `cities_ibfk_1` FOREIGN KEY (`state_id`) REFERENCES `states` (`id`),
188188
CONSTRAINT `cities_ibfk_2` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`)
189-
) ENGINE=InnoDB AUTO_INCREMENT=160557 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;
189+
) ENGINE=InnoDB AUTO_INCREMENT=161437 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;
190190
/*!40101 SET character_set_client = @saved_cs_client */;
191191
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
192192

@@ -198,6 +198,6 @@ CREATE TABLE `cities` (
198198
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
199199
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
200200

201-
-- Dump completed on 2026-01-11 7:17:46
201+
-- Dump completed on 2026-01-11 20:00:25
202202

203203
SET FOREIGN_KEY_CHECKS=1;

contributions/cities/EG.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6437,6 +6437,7 @@
64376437
"wikiDataId": "Q4518983"
64386438
},
64396439
{
6440+
"id": 160437,
64406441
"name": "Nasr City",
64416442
"state_id": 3223,
64426443
"state_code": "C",
@@ -6458,9 +6459,13 @@
64586459
"it": "Nasr (Cairo)",
64596460
"uk": "Насер-Сіті"
64606461
},
6462+
"created_at": "2026-01-11T20:00:15",
6463+
"updated_at": "2026-01-11T20:00:15",
6464+
"flag": 1,
64616465
"wikiDataId": "Q1309979"
64626466
},
64636467
{
6468+
"id": 160438,
64646469
"name": "Downtown Cairo",
64656470
"state_id": 3223,
64666471
"state_code": "C",
@@ -6486,9 +6491,13 @@
64866491
"uk": "Центр Каїру",
64876492
"zh": "开罗市中心"
64886493
},
6494+
"created_at": "2026-01-11T20:00:15",
6495+
"updated_at": "2026-01-11T20:00:15",
6496+
"flag": 1,
64896497
"wikiDataId": "Q2933230"
64906498
},
64916499
{
6500+
"id": 160439,
64926501
"name": "Zamalek",
64936502
"state_id": 3223,
64946503
"state_code": "C",
@@ -6512,9 +6521,13 @@
65126521
"pl": "Az-Zamalik",
65136522
"ru": "Замалек"
65146523
},
6524+
"created_at": "2026-01-11T20:00:15",
6525+
"updated_at": "2026-01-11T20:00:15",
6526+
"flag": 1,
65156527
"wikiDataId": "Q145356"
65166528
},
65176529
{
6530+
"id": 160440,
65186531
"name": "Al Rehab",
65196532
"state_id": 3223,
65206533
"state_code": "C",
@@ -6535,9 +6548,13 @@
65356548
"ga": "Al Rehab",
65366549
"ur": "الرحاب"
65376550
},
6551+
"created_at": "2026-01-11T20:00:15",
6552+
"updated_at": "2026-01-11T20:00:15",
6553+
"flag": 1,
65386554
"wikiDataId": "Q7309740"
65396555
},
65406556
{
6557+
"id": 160441,
65416558
"name": "Obour City",
65426559
"state_id": 3232,
65436560
"state_code": "KB",
@@ -6560,9 +6577,13 @@
65606577
"pl": "Al-Ubur",
65616578
"ru": "Эль-Убур"
65626579
},
6580+
"created_at": "2026-01-11T20:00:15",
6581+
"updated_at": "2026-01-11T20:00:15",
6582+
"flag": 1,
65636583
"wikiDataId": "Q4120190"
65646584
},
65656585
{
6586+
"id": 160442,
65666587
"name": "New Cairo",
65676588
"state_id": 3223,
65686589
"state_code": "C",
@@ -6592,6 +6613,9 @@
65926613
"tr": "Yeni Kahire",
65936614
"zh": "新开罗"
65946615
},
6616+
"created_at": "2026-01-11T20:00:15",
6617+
"updated_at": "2026-01-11T20:00:15",
6618+
"flag": 1,
65956619
"wikiDataId": "Q12191144"
65966620
}
6597-
]
6621+
]

0 commit comments

Comments
 (0)