mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Merge pull request #1179 from mtmail/import-table-higher-batchsize
import_osmosis_log table: increase possible batch size
This commit is contained in:
@@ -10,7 +10,7 @@ drop table if exists import_osmosis_log;
|
|||||||
CREATE TABLE import_osmosis_log (
|
CREATE TABLE import_osmosis_log (
|
||||||
batchend timestamp,
|
batchend timestamp,
|
||||||
batchseq integer,
|
batchseq integer,
|
||||||
batchsize integer,
|
batchsize bigint,
|
||||||
starttime timestamp,
|
starttime timestamp,
|
||||||
endtime timestamp,
|
endtime timestamp,
|
||||||
event text
|
event text
|
||||||
|
|||||||
Reference in New Issue
Block a user