From 7ef3f99fa45543f5e800551d3b7384c851eab29a Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 23 Dec 2025 11:41:35 +0100 Subject: [PATCH] drop new place sub-tables on freezing --- src/nominatim_db/tools/freeze.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nominatim_db/tools/freeze.py b/src/nominatim_db/tools/freeze.py index a308d0eb..92bcc748 100644 --- a/src/nominatim_db/tools/freeze.py +++ b/src/nominatim_db/tools/freeze.py @@ -2,7 +2,7 @@ # # This file is part of Nominatim. (https://nominatim.org) # -# Copyright (C) 2024 by the Nominatim developer community. +# Copyright (C) 2025 by the Nominatim developer community. # For a full list of authors see the git log. """ Functions for removing unnecessary data from the database. @@ -22,6 +22,8 @@ UPDATE_TABLES = [ 'location_area%', 'location_road%', 'place', + 'place_entrance', + 'place_postcode', 'planet_osm_%', 'search_name_%', 'us_postcode',