Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Total States/Regions/Municipalities : 5,038 <br>
Total Cities/Towns/Districts : 151,024 <br>
Total Timezones : 423 (97.9% IANA coverage) <br>

Last Updated On : 24th Nov 2025
Last Updated On : 29th Nov 2025

## Repository Architecture

Expand Down
6 changes: 3 additions & 3 deletions bin/db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ DROP TABLE IF EXISTS `countries`;
DROP TABLE IF EXISTS `subregions`;
DROP TABLE IF EXISTS `regions`;

-- MySQL dump 10.13 Distrib 9.3.0, for macos15.2 (arm64)
-- MySQL dump 10.13 Distrib 8.0.43, for Linux (x86_64)
--
-- Host: localhost Database: world
-- ------------------------------------------------------
-- Server version 9.3.0
-- Server version 8.0.43-0ubuntu0.24.04.2

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Expand Down Expand Up @@ -195,6 +195,6 @@ CREATE TABLE `cities` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-11-27 20:26:59
-- Dump completed on 2025-11-29 6:02:53

SET FOREIGN_KEY_CHECKS=1;
77,933 changes: 38,930 additions & 39,003 deletions csv/cities.csv

Large diffs are not rendered by default.

Binary file modified csv/translations.csv.gz
Binary file not shown.
Binary file added geojson/cities.geojson.gz
Binary file not shown.
Loading