]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1179 from mtmail/import-table-higher-batchsize
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 15 Sep 2018 16:58:37 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Sep 2018 16:58:37 +0000 (18:58 +0200)
import_osmosis_log table: increase possible batch size

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