Skip to content

Commit

Permalink
Merge pull request #7 from javydreamercsw/issue-5
Browse files Browse the repository at this point in the history
Add missing state id 2182
  • Loading branch information
hiiamrohit authored Aug 26, 2016
2 parents 025d5c1 + 689a25c commit ff33462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions states.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2198,6 +2198,7 @@ INSERT INTO `states` (`id`, `name`, `country_id`) VALUES
(2180, 'Sinoe', 123),
(2181, 'Ajdabiya', 124);
INSERT INTO `states` (`id`, `name`, `country_id`) VALUES
(2182, 'Fezzan', 124),
(2183, 'Banghazi', 124),
(2184, 'Darnah', 124),
(2185, 'Ghadamis', 124),
Expand Down

0 comments on commit ff33462

Please sign in to comment.