summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-26 21:51:00 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-26 21:51:00 +0300
commit7d56544b20a1d07d49b4ac1b054d61873ef12211 (patch)
tree76076a94989b9fefdbff3ed308cc34df72587e14
parentd9a038821d479a2009556d02a93ba8ae03e12159 (diff)
downloadevol-tools-7d56544b20a1d07d49b4ac1b054d61873ef12211.tar.gz
evol-tools-7d56544b20a1d07d49b4ac1b054d61873ef12211.tar.bz2
evol-tools-7d56544b20a1d07d49b4ac1b054d61873ef12211.tar.xz
evol-tools-7d56544b20a1d07d49b4ac1b054d61873ef12211.zip
localserver: add new sql updates from herculess20190819
-rwxr-xr-xlocalserver/initdb.sh2
-rwxr-xr-xlocalserver/updatedb.sh8
2 files changed, 7 insertions, 3 deletions
diff --git a/localserver/initdb.sh b/localserver/initdb.sh
index 637b187..af27e9d 100755
--- a/localserver/initdb.sh
+++ b/localserver/initdb.sh
@@ -22,5 +22,5 @@ $CMD <logs.sql
if [[ -z "${VER}" ]]; then
mkdir ${DIR}/versions
- echo "18" >${DIR}/versions/sqlver
+ echo "19" >${DIR}/versions/sqlver
fi
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh
index be2b263..45b21a1 100755
--- a/localserver/updatedb.sh
+++ b/localserver/updatedb.sh
@@ -91,6 +91,10 @@ if [ "${VER}" -lt "18" ]; then
run "2019-04-25--02-12.sql"
fi
-if [ "${VER}" -lt "18" ]; then
- echo "18" >versions/sqlver
+if [ "${VER}" -lt "19" ]; then
+ run "2019-05-09--18-07.sql"
+fi
+
+if [ "${VER}" -lt "19" ]; then
+ echo "19" >versions/sqlver
fi