summaryrefslogtreecommitdiff
path: root/localserver/updatedb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'localserver/updatedb.sh')
-rwxr-xr-xlocalserver/updatedb.sh13
1 files changed, 11 insertions, 2 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh
index 99ec50b..86fc63e 100755
--- a/localserver/updatedb.sh
+++ b/localserver/updatedb.sh
@@ -87,7 +87,16 @@ if [ "${VER}" -lt "17" ]; then
run "2018-12-29--07-51.sql"
fi
-if [ "${VER}" -lt "17" ]; then
- echo "17" >versions/sqlver
+if [ "${VER}" -lt "18" ]; then
+ run "2019-04-08--21-52.sql"
+ run "2019-04-25--02-12.sql"
+fi
+
+if [ "${VER}" -lt "19" ]; then
+ run "2019-05-09--18-07.sql"
+fi
+
+if [ "${VER}" -lt "19" ]; then
+ echo "19" >versions/sqlver
fi