Skip to content

Commit

Permalink
Fix: world.sql import error (#931)
Browse files Browse the repository at this point in the history
* fix typo in code: world.sql

* bug fix: unlock states table
  • Loading branch information
souravdutt authored Dec 22, 2024
1 parent d12e373 commit 868e646
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 @@ -151347,7 +151347,7 @@ INSERT INTO `cities` (`id`, `name`, `state_id`, `state_code`, `country_id`, `cou
(154467, 'Thanh Trì', 3810, 'HN', 240, 'VN', 20.94176020, 105.76821790, '2024-10-22 18:46:30', '2024-10-22 18:43:46', 1, 'Q4403404'),
(154468, 'Thường Tín', 3810, 'HN', 240, 'VN', 20.83223420, 105.79192130, '2024-10-22 18:46:30', '2024-10-22 18:43:46', 1, 'Q864581'),
(154469, 'Ứng Hòa', 3810, 'HN', 240, 'VN', 20.71097910, 105.63648520, '2024-10-22 18:46:30', '2024-10-22 18:43:46', 1, 'Q864798'),
(154470, 'Jakarta Pusat', 1805, 'JK', 102, 'ID', -6.1822261, 106.7952648, NOW()', '2024-11-14 09:07:19', 1, 'Q10109'),
(154470, 'Jakarta Pusat', 1805, 'JK', 102, 'ID', -6.1822261, 106.7952648, '2024-11-14 09:07:19', '2024-11-14 09:07:19', 1, 'Q10109'),
(154471, 'Jakarta Selatan', 1805, 'JK', 102, 'ID', -6.2839295,106.7196773, '2024-11-14 09:07:19', '2024-11-14 09:07:19', 1, 'Q10114'),
(154472, 'Jakarta Utara', 1805, 'JK', 102, 'ID', -6.135709,106.7594984, '2024-11-14 09:07:19', '2024-11-14 09:07:19', 1, 'Q10113'),
(154473, 'Jakarta Timur', 1805, 'JK', 102, 'ID', -6.260971,106.822618, '2024-11-14 09:07:19', '2024-11-14 09:07:19', 1, 'Q10111'),
Expand Down Expand Up @@ -156829,6 +156829,7 @@ VALUES
(5322, 'Mount Athos', 85, 'GR', NULL, '69', 'self-governed part', 40.28315730, 23.86641460, '2024-10-16 19:14:02', '2024-10-16 19:14:33', 1, 'Q21102542');

/*!40000 ALTER TABLE `states` ENABLE KEYS */;
UNLOCK TABLES;


# Dump of table subregions
Expand Down

0 comments on commit 868e646

Please sign in to comment.