diff options
Diffstat (limited to 'localserver/updatedb.sh')
-rwxr-xr-x | localserver/updatedb.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index b6dafe0..2041460 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -28,6 +28,11 @@ if [ "${VER}" -lt "4" ]; then run "2016-03-10--22-18.sql" fi -if [ "${VER}" -lt "4" ]; then - echo "4" >versions/sqlver +if [ "${VER}" -lt "5" ]; then + run "2016-07-08--02-42.sql" + run "2016-07-08--02-51.sql" +fi + +if [ "${VER}" -lt "5" ]; then + echo "5" >versions/sqlver fi |