]> git.openstreetmap.org Git - nominatim.git/commit
reindex postcodes that loose their parents
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 4 May 2024 08:16:14 +0000 (10:16 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 4 May 2024 10:33:26 +0000 (12:33 +0200)
commit77631f90fd602692668713dd0115cff98e9ca394
tree48876fbabc68423cd8697f7210041c7b002f8de6
parent332de72045ec0f52c322a595a35a1306ea8a5efb
reindex postcodes that loose their parents

When the parent place of a postcode is deleted, it needs to
be reindexed to get a new parent. Otherwise displaying of
results is broken.
lib-sql/functions/placex_triggers.sql
lib-sql/indices.sql
nominatim/clicmd/index.py
nominatim/tools/migration.py
nominatim/version.py
test/bdd/db/update/postcode.feature
test/python/cli/test_cli.py