summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalserver/updatedb.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh
index f13d8d0..e048658 100755
--- a/localserver/updatedb.sh
+++ b/localserver/updatedb.sh
@@ -46,6 +46,10 @@ if [ "${VER}" -lt "8" ]; then
run "2017-03-05--08-09.sql"
fi
-if [ "${VER}" -lt "8" ]; then
- echo "8" >versions/sqlver
+if [ "${VER}" -lt "9" ]; then
+ run "2017-03-15--14-29.sql"
+fi
+
+if [ "${VER}" -lt "9" ]; then
+ echo "9" >versions/sqlver
fi