]> git.openstreetmap.org Git - nominatim.git/commitdiff
Migration hint for address levels
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 1 Dec 2018 22:20:04 +0000 (23:20 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 1 Dec 2018 22:20:04 +0000 (23:20 +0100)
docs/admin/Migration.md

index e3b7c0eaec36a24cd78aa517d364ae20f6456a9b..94f403ecfcb2c030460e6a1720ba3e586fc22820 100644 (file)
@@ -21,6 +21,14 @@ Finally, update all SQL functions:
 ./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
 ```
 
+### Configurable Address Levels
+
+The new configurable address levels require a new table. Create it with the
+following command:
+
+```sh
+./utils/update.php --update-address-levels
+```
 
 ## 3.1.0 -> 3.2.0