add migration for new postcode table

This commit is contained in:
Sarah Hoffmann
2025-12-23 19:12:50 +01:00
parent 6a67cfcddf
commit deb6654cfd
2 changed files with 164 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ def parse_version(version: str) -> NominatimVersion:
return NominatimVersion(*[int(x) for x in parts[:2] + parts[2].split('-')])
NOMINATIM_VERSION = parse_version('5.2.99-0')
NOMINATIM_VERSION = parse_version('5.2.99-1')
POSTGRESQL_REQUIRED_VERSION = (12, 0)
POSTGIS_REQUIRED_VERSION = (3, 0)