]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Migration.md
add logEnd to reverse.php, just like search.php
[nominatim.git] / 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