diff options
-rwxr-xr-x | localserver/updatedb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index f9b856b..a477caa 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -72,7 +72,7 @@ if [ "${VER}" -lt "14" ]; then fi if [ "${VER}" -lt "15" ]; then - run "" + run "2018-07-24--03-23.sql" fi if [ "${VER}" -lt "15" ]; then |