diff options
-rwxr-xr-x | localserver/updatedb.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localserver/updatedb.sh b/localserver/updatedb.sh index 86fc63e..3890ccc 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -94,6 +94,7 @@ fi if [ "${VER}" -lt "19" ]; then run "2019-05-09--18-07.sql" + run "2020-08-01--00-00.sql" fi if [ "${VER}" -lt "19" ]; then |