Releases: kbrbe/GeoNames-MySQL-DataImport
Releases · kbrbe/GeoNames-MySQL-DataImport
Version 0.1.0
This first version adapts the fork compared to the original.
Added
- The file
geonames_db_index.sqlwill add indexes (it will be called during the installation)
Changed
- secrets are stored in an environment file that will be used by the
geonames_importer.shscript. Thus you have to create a.envfile with variables as shown inexample.env(Easist is that you copyexample.envand adapt the MySQL connection information) - Adding declarations of primary keys in
geonames_db_struct.sql