]> git.openstreetmap.org Git - nominatim.git/commit
Preserve import error tables during freeze
authorItz-Agasta <rupamgolui69@gmail.com>
Sat, 31 Jan 2026 17:20:18 +0000 (22:50 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Sat, 31 Jan 2026 17:20:18 +0000 (22:50 +0530)
commit45972811e33b71efdcc3c32422166a1592ea8b6a
treebaa195f12f4cbf8de39690dadb8222c0d48d91ae
parente021f558bf1a698bcfed1aca061f2100da0621b5
Preserve import error tables during freeze

- Remove 'import_polygon_%' from UPDATE_TABLES to keep import_polygon_error
and import_polygon_delete tables in frozen databases.

- These tables contain permanent import error tracking data and should not
be deleted during freeze. The ro-access grant system expects them to exist
in all database states.
lib-sql/grants.sql
src/nominatim_db/tools/freeze.py