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