diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-03 13:12:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-03 13:12:59 -0300 |
commit | b80fb866e8a8337fdbd1c69835183cfeddb1983a (patch) | |
tree | 0fef79577f2aa715cad94074b1748afb900bb762 /localserver | |
parent | 0cb9f19a026e995b159148f5a8299003b4e64219 (diff) | |
download | tools-b80fb866e8a8337fdbd1c69835183cfeddb1983a.tar.gz tools-b80fb866e8a8337fdbd1c69835183cfeddb1983a.tar.bz2 tools-b80fb866e8a8337fdbd1c69835183cfeddb1983a.tar.xz tools-b80fb866e8a8337fdbd1c69835183cfeddb1983a.zip |
Fix CI
Diffstat (limited to 'localserver')
-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 a477caa..89211e6 100755 --- a/localserver/updatedb.sh +++ b/localserver/updatedb.sh @@ -73,6 +73,7 @@ fi if [ "${VER}" -lt "15" ]; then run "2018-07-24--03-23.sql" + run "2017-08-03--11-37.sql" fi if [ "${VER}" -lt "15" ]; then |