X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/46ae96b608437f428fc310912268b0ab7190fc6f..cc6b90b4908c7eeee59879d2f9a5ad7532a2efee:/sql/tables.sql diff --git a/sql/tables.sql b/sql/tables.sql index f3a82b3b..35d6394a 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -13,6 +13,16 @@ CREATE TABLE import_osmosis_log ( event text ); +drop table import_npi_log; +CREATE TABLE import_npi_log ( + npiid integer, + batchend timestamp, + batchsize integer, + starttime timestamp, + endtime timestamp, + event text + ); + --drop table IF EXISTS query_log; CREATE TABLE query_log ( starttime timestamp,