diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-23 21:01:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-23 21:01:38 -0300 |
commit | 1d788bda4cb5a81beec8f16daffbc33239b6c9c4 (patch) | |
tree | fe0aba23b5a786a206d533c235955ea4f059021f | |
parent | ad5fdbbe3dae5dd2f371843dd7fb0b56c343d16b (diff) | |
download | tools-1d788bda4cb5a81beec8f16daffbc33239b6c9c4.tar.gz tools-1d788bda4cb5a81beec8f16daffbc33239b6c9c4.tar.bz2 tools-1d788bda4cb5a81beec8f16daffbc33239b6c9c4.tar.xz tools-1d788bda4cb5a81beec8f16daffbc33239b6c9c4.zip |
Include SQL updates. Not that I care.
-rwxr-xr-x | localserver/updatedb.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index 86fc63e..3890ccc 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -94,6 +94,7 @@ fi if [ "${VER}" -lt "19" ]; then run "2019-05-09--18-07.sql" + run "2020-08-01--00-00.sql" fi if [ "${VER}" -lt "19" ]; then |