Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.74 KB

File metadata and controls

34 lines (20 loc) · 1.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. This repository contains code to create a data corpus, instead of following Semantic Versioning we use the date of a corpus release as version number, because in fact we implicitly version the corpus. Every version of the corpus may contain breaking changes, thus a semantic versioning with minor and patch would not be very effective.

20260416 - 2026-04-16

Added

  • A new composite key to speed up query performance (kbrbe/geonames-lookup#7). This change was applied in February, but is only commited now

Changed

  • Calling script to create indexes and DB schema improvements not only for create-db action, but also for create-tables action in bash and bat script
  • New DB schema improvements script is automatically called when setting up the database (#1)

20250217 - 2025-02-17

This first version adapts the fork compared to the original.

Added

  • The file geonames_db_index.sql will 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.sh script. Thus you have to create a .env file with variables as shown in example.env (Easist is that you copy example.env and adapt the MySQL connection information)
  • Adding declarations of primary keys in geonames_db_struct.sql