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