diff options
author | Jochen Topf <jochen@topf.org> | 2014-06-01 14:19:47 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-06-01 14:19:47 +0200 |
commit | b07f46f1016928ee07e53b66573407c9f49d9552 (patch) | |
tree | 1e92239ef433b38f16aed4000524407fd6ae8159 /sources/master | |
parent | cf27449b90bc9207ad00a34167d3d48c200ebdfe (diff) | |
download | taginfo-b07f46f1016928ee07e53b66573407c9f49d9552.tar taginfo-b07f46f1016928ee07e53b66573407c9f49d9552.tar.gz |
Output some counts from selection.db into update log.
Diffstat (limited to 'sources/master')
-rwxr-xr-x | sources/master/update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/master/update.sh b/sources/master/update.sh index 8d49af9..85c3ee7 100755 --- a/sources/master/update.sh +++ b/sources/master/update.sh @@ -47,6 +47,9 @@ m4 --prefix-builtins \ -D __MIN_COUNT_RELATIONS_PER_TYPE__=$min_count_relations_per_type \ selection.sql | sqlite3 $SELECTION_DB +echo "Selection database contents:" +sqlite3 $SELECTION_DB < ../db/show_selection_stats.sql + echo "`$DATECMD` Update history database..." if [ ! -e $HISTORY_DB ]; then |