File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ hierarchy.txt
88iso-languagecodes.txt
99no-country
1010timeZones.txt
11+ /geonames_db_importer.sublime-project
12+ /geonames_db_importer.sublime-workspace
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ usage() {
2222 echo " Where <action> can be one of this: "
2323 echo " download-data Downloads the last packages of data available in GeoNames."
2424 echo " create-db Creates the mysql database structure with no data."
25+ echo " create-tables Creates the tables in the current database. Useful if we want to import them in an exsiting db."
2526 echo " import-dumps Imports geonames data into db. A database is previously needed for this to work."
2627 echo " drop-db Removes the db completely."
2728 echo " truncate-db Removes geonames data from db."
You can’t perform that action at this time.
0 commit comments