]> git.openstreetmap.org Git - nominatim.git/commitdiff
import_osmosis_log table: increase possible batch size
authormarc tobias <mtmail@gmx.net>
Sat, 15 Sep 2018 09:36:46 +0000 (11:36 +0200)
committermarc tobias <mtmail@gmx.net>
Sat, 15 Sep 2018 09:36:46 +0000 (11:36 +0200)
sql/tables.sql

index 4a22a814feab17140a2af2b0f994fa9bfb0b1935..949dc6ffe1c8c26dc7e6bb48727b61c4a9443a42 100644 (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