Upgrade import-sql to 1.0

- Do not fail if there are no matching sql files in dir

- Fixed missing table for optional wikidata import.
This commit is contained in:
typebrook 2019-04-01 22:51:55 +08:00
parent c42943dc0c
commit 7393d88a03

View File

@ -68,7 +68,7 @@ services:
- ./build:/mapping - ./build:/mapping
- cache:/cache - cache:/cache
import-sql: import-sql:
image: "openmaptiles/import-sql:0.8" image: "openmaptiles/import-sql:1.0"
env_file: .env env_file: .env
networks: networks:
- postgres_conn - postgres_conn