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.
This commit is contained in:
Itz-Agasta
2026-01-31 22:50:18 +05:30
parent e021f558bf
commit 45972811e3
2 changed files with 8 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ UPDATE_TABLES = [
'address_levels',
'gb_postcode',
'import_osmosis_log',
'import_polygon_%',
'location_area%',
'location_road%',
'place',