summaryrefslogtreecommitdiff
path: root/sources/db/update.sh
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-03-19 16:36:41 +0100
committerJochen Topf <jochen@topf.org>2015-03-19 16:36:41 +0100
commit70f35022161f625e26dba93bcba6c6383e798623 (patch)
treeed76e754e2313b285d2d3c9125f478dc4fc02b6f /sources/db/update.sh
parentc616b58a82011608e4632e9699aa7d195f6f3731 (diff)
downloadtaginfo-70f35022161f625e26dba93bcba6c6383e798623.tar
taginfo-70f35022161f625e26dba93bcba6c6383e798623.tar.gz
An attempt to classify all keys into 'good', 'bad', and 'unknown'.
Of course this is very rough. Could be used to show "bad" keys in editors etc.
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 44f1fa6..faa5cde 100755
--- a/sources/db/update.sh
+++ b/sources/db/update.sh
@@ -76,6 +76,9 @@ sqlite3 $DATABASE <post_similar_keys.sql
echo "`$DATECMD` Running update_characters... "
./update_characters.rb $DIR
+echo "`$DATECMD` Running post_grades.sql... "
+sqlite3 $DATABASE <post_grades.sql
+
echo "`$DATECMD` Running post_indexes.sql... "
sqlite3 $DATABASE <post_indexes.sql