Skip to content

Commit

Permalink
Added missing entry. This fixes #86
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 17, 2024
1 parent 271c4e9 commit c07b7b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/subdivisions/subdivisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
{"country":"BB","code":"BB-03","name":"Saint George"},
{"country":"BB","code":"BB-04","name":"Saint James"},
{"country":"BB","code":"BB-05","name":"Saint John"},
{"country":"BB","code":"BB-06","name":"Saint Joseph"},
{"country":"BB","code":"BB-07","name":"Saint Lucy"},
{"country":"BB","code":"BB-08","name":"Saint Michael"},
{"country":"BB","code":"BB-09","name":"Saint Peter"},
Expand Down
1 change: 1 addition & 0 deletions data/subdivisions/subdivisions.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
'BB-03' => array('country' => 'BB', 'code' => 'BB-03' , 'name' => 'Saint George'),
'BB-04' => array('country' => 'BB', 'code' => 'BB-04' , 'name' => 'Saint James'),
'BB-05' => array('country' => 'BB', 'code' => 'BB-05' , 'name' => 'Saint John'),
'BB-06' => array('country' => 'BB', 'code' => 'BB-06' , 'name' => 'Saint Joseph'),
'BB-07' => array('country' => 'BB', 'code' => 'BB-07' , 'name' => 'Saint Lucy'),
'BB-08' => array('country' => 'BB', 'code' => 'BB-08' , 'name' => 'Saint Michael'),
'BB-09' => array('country' => 'BB', 'code' => 'BB-09' , 'name' => 'Saint Peter'),
Expand Down
1 change: 1 addition & 0 deletions data/subdivisions/subdivisions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ INSERT INTO `subdivisions` (`country`, `code`, `name`) VALUES
("BB","BB-03","Saint George"),
("BB","BB-04","Saint James"),
("BB","BB-05","Saint John"),
("BB","BB-06","Saint Joseph"),
("BB","BB-07","Saint Lucy"),
("BB","BB-08","Saint Michael"),
("BB","BB-09","Saint Peter"),
Expand Down
1 change: 1 addition & 0 deletions data/subdivisions/subdivisions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
<subdivision country="BB" code="BB-03" name="Saint George"/>
<subdivision country="BB" code="BB-04" name="Saint James"/>
<subdivision country="BB" code="BB-05" name="Saint John"/>
<subdivision country="BB" code="BB-06" name="Saint Joseph"/>
<subdivision country="BB" code="BB-07" name="Saint Lucy"/>
<subdivision country="BB" code="BB-08" name="Saint Michael"/>
<subdivision country="BB" code="BB-09" name="Saint Peter"/>
Expand Down

0 comments on commit c07b7b2

Please sign in to comment.