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