add migration for new interpolation table layout

This commit is contained in:
Sarah Hoffmann
2022-01-27 11:12:40 +01:00
parent e6d855b954
commit 83d2c440d5
2 changed files with 33 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ Version information for Nominatim.
# patch level when cherry-picking the commit with the migration.
#
# Released versions always have a database patch level of 0.
NOMINATIM_VERSION = (4, 0, 99, 2)
NOMINATIM_VERSION = (4, 0, 99, 3)
POSTGRESQL_REQUIRED_VERSION = (9, 5)
POSTGIS_REQUIRED_VERSION = (2, 2)