Skip to content

Commit dac65c5

Browse files
author
Sergio Cruz Moral
committed
Added documentation for the create-tables action.
1 parent 861c36b commit dac65c5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ hierarchy.txt
88
iso-languagecodes.txt
99
no-country
1010
timeZones.txt
11+
/geonames_db_importer.sublime-project
12+
/geonames_db_importer.sublime-workspace

geonames_importer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)