import_osmosis_log table: increase possible batch size

This commit is contained in:
marc tobias
2018-09-15 11:36:46 +02:00
parent bc26244114
commit bb696f3fd0

View File

@@ -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