summaryrefslogtreecommitdiff
path: root/sources/db/update.sh
diff options
context:
space:
mode:
authormfuji09 <fujimoto@internet.ne.jp>2015-03-21 21:59:19 +0900
committermfuji09 <fujimoto@internet.ne.jp>2015-03-21 21:59:19 +0900
commit918e63f3b03007739eef932d00e2c59dcddafb07 (patch)
tree954c7bc0329f8adbd756781a8fa3256e911f3345 /sources/db/update.sh
parent88b8b2de918c8fe24406f943bf1850ddaaa15686 (diff)
parent70f35022161f625e26dba93bcba6c6383e798623 (diff)
downloadtaginfo-918e63f3b03007739eef932d00e2c59dcddafb07.tar
taginfo-918e63f3b03007739eef932d00e2c59dcddafb07.tar.gz
Merge branch 'master' of https://github.com/joto/taginfo
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