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 2041460..e96e5c3 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -33,6 +33,10 @@ if [ "${VER}" -lt "5" ]; then run "2016-07-08--02-51.sql" fi -if [ "${VER}" -lt "5" ]; then - echo "5" >versions/sqlver +if [ "${VER}" -lt "6" ]; then + run "2016-10-03--20-27.sql" +fi + +if [ "${VER}" -lt "6" ]; then + echo "6" >versions/sqlver fi |