summaryrefslogtreecommitdiff
path: root/sources/db/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sources/db/update.sh')
-rwxr-xr-xsources/db/update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/db/update.sh b/sources/db/update.sh
index 3e42094..44f1fa6 100755
--- a/sources/db/update.sh
+++ b/sources/db/update.sh
@@ -70,9 +70,15 @@ else
echo "WARNING: Not running 'similarity', because binary not found. Please compile it."
fi
+echo "`$DATECMD` Running post_similar_keys.sql... "
+sqlite3 $DATABASE <post_similar_keys.sql
+
echo "`$DATECMD` Running update_characters... "
./update_characters.rb $DIR
+echo "`$DATECMD` Running post_indexes.sql... "
+sqlite3 $DATABASE <post_indexes.sql
+
echo "`$DATECMD` Running post.sql... "
sqlite3 $DATABASE <post.sql