Skip to content

Commit

Permalink
updated default countries list; updates #1058
Browse files Browse the repository at this point in the history
  • Loading branch information
following5 committed Sep 7, 2017
1 parent 9e6346f commit d096be5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 8 additions & 10 deletions sql/static-data/countries_list_default.sql
Expand Up @@ -10,18 +10,16 @@ INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'DE');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'DK');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'ES');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'FR');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'GB');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'GR');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'HR');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'IT');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'LI');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'LU');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'NL');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'NO');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'PL');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('EN', 'AS');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('EN', 'AU');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('EN', 'CA');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('EN', 'GB');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('EN', 'US');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('IT', 'AT');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('IT', 'CH');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('IT', 'FR');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('IT', 'IT');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('IT', 'SI');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'RO');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'SA');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'SE');
INSERT INTO `countries_list_default` (`lang`, `show`) VALUES ('DE', 'US');
1 change: 1 addition & 0 deletions sql/static-data/countries_options.sql
Expand Up @@ -34,6 +34,7 @@ INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('PT', '1', '40.3632883409158', '-2.98828125', '6', '0');
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('RO', '1', '45.8747122489048', '24.93896484375', '7', '16');
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('RU', '1', '59.1759282492714', '92.109375', '3', '0');
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('SA', '1', '24.45', '43.55', '6', '1');
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('SE', '1', '62.5731057844998', '14.9853515625', '5', '0');
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('SI', '1', '46.0160387383342', '14.798583984375', '8', '0');
INSERT INTO `countries_options` (`country`, `display`, `gmLat`, `gmLon`, `gmZoom`, `nodeId`) VALUES ('SK', '1', '48.6220164284684', '18.907470703125', '8', '0');
Expand Down

0 comments on commit d096be5

Please sign in to comment.