diff options
Diffstat (limited to 'localserver/updatedb.sh')
-rwxr-xr-x | localserver/updatedb.sh | 8 |
1 files changed, 6 insertions, 2 deletions
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 |