Merge pull request #1179 from mtmail/import-table-higher-batchsize

import_osmosis_log table: increase possible batch size
This commit is contained in:
Sarah Hoffmann
2018-09-15 18:58:37 +02:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ drop table if exists import_osmosis_log;
CREATE TABLE import_osmosis_log (
batchend timestamp,
batchseq integer,
batchsize integer,
batchsize bigint,
starttime timestamp,
endtime timestamp,
event text