From 9eb8943ae3e825d148f52860473a892f8ea7366d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 16 Jun 2019 21:43:49 +0200 Subject: [PATCH] nominatim: update address level table on git changes --- cookbooks/nominatim/templates/default/git-post-merge-hook.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb index dbd3ddbdd..a1ee31795 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -14,4 +14,5 @@ make psql -d <%= @dbname %> -c "SELECT version();" >/dev/null 2>&1 if [[ "$?" == "0" ]]; then ./utils/setup.php --create-functions --create-partition-functions --enable-diff-updates + ./utils/update.php --update-address-levels fi -- 2.43.2