summaryrefslogtreecommitdiff
path: root/sources/db/update.sh
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-11-04 20:31:01 +0100
committerJochen Topf <jochen@topf.org>2010-11-04 20:31:01 +0100
commit0bf8b3ea8c9524a4a8666e5dcb5276c9729d45f6 (patch)
treefe7514fc74432857e905ddcc2b6de9290ad6ea3e /sources/db/update.sh
parent94748c28692398b953a385a3316162a3b141f5d8 (diff)
downloadtaginfo-0bf8b3ea8c9524a4a8666e5dcb5276c9729d45f6.tar
taginfo-0bf8b3ea8c9524a4a8666e5dcb5276c9729d45f6.tar.gz
New report: characters in keys
Diffstat (limited to 'sources/db/update.sh')
-rwxr-xr-xsources/db/update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/db/update.sh b/sources/db/update.sh
index 3a48e74..4782219 100755
--- a/sources/db/update.sh
+++ b/sources/db/update.sh
@@ -30,6 +30,9 @@ cd $DIR
bzcat $DIR/planet.osm.bz2 | $HERE/osmium_tagstats -
cd $HERE
+echo "Running update_characters..."
+./update_characters.pl
+
echo "Running post.sql..."
perl -pe "s|__DIR__|$DIR|" post.sql | sqlite3 $DATABASE