summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalserver/updatedb.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh
index 0ee51a6..e28d6c8 100755
--- a/localserver/updatedb.sh
+++ b/localserver/updatedb.sh
@@ -19,6 +19,11 @@ if [ "${VER}" -lt "2" ]; then
run "2015-08-27--20-42.sql"
fi
-if [ "${VER}" -lt "2" ]; then
- echo "2" >versions/sqlver
+if [ "${VER}" -lt "3" ]; then
+ run "2015-12-16--12-57.sql"
+ run "2015-12-17--15-58.sql"
+fi
+
+if [ "${VER}" -lt "3" ]; then
+ echo "3" >versions/sqlver
fi