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 4678826..f9b856b 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -71,6 +71,10 @@ if [ "${VER}" -lt "14" ]; then run "2018-06-05--12-02.sql" fi -if [ "${VER}" -lt "14" ]; then - echo "14" >versions/sqlver +if [ "${VER}" -lt "15" ]; then + run "" +fi + +if [ "${VER}" -lt "15" ]; then + echo "15" >versions/sqlver fi |