big
authorChristian Grothoff <christian@grothoff.org>
Mon, 30 Apr 2018 15:58:31 +0000 (17:58 +0200)
committerChristian Grothoff <christian@grothoff.org>
Mon, 30 Apr 2018 15:58:31 +0000 (17:58 +0200)
src/namestore/plugin_namestore_postgres.c

index 42bc9e4c9717a569a07ee2c351634b5e2d26d657..69e28b0d0eeaff1637858676c5d5b76ae4375aef 100644 (file)
@@ -77,7 +77,7 @@ database_setup (struct Plugin *plugin)
                             "WITH OIDS");
   struct GNUNET_PQ_ExecuteStatement es_default =
     GNUNET_PQ_make_execute ("CREATE TABLE IF NOT EXISTS ns098records ("
-                           " seq SERIAL PRIMARY KEY,"
+                           " seq BIGSERIAL PRIMARY KEY,"
                             " zone_private_key BYTEA NOT NULL DEFAULT '',"
                             " pkey BYTEA DEFAULT '',"
                             " rvalue BYTEA NOT NULL DEFAULT '',"