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 e96e5c3..66f8754 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -37,6 +37,10 @@ if [ "${VER}" -lt "6" ]; then run "2016-10-03--20-27.sql" fi -if [ "${VER}" -lt "6" ]; then - echo "6" >versions/sqlver +if [ "${VER}" -lt "7" ]; then + run "2016-10-26--10-29.sql" +fi + +if [ "${VER}" -lt "7" ]; then + echo "7" >versions/sqlver fi |