From: Christian Grothoff Date: Mon, 30 Apr 2018 15:58:31 +0000 (+0200) Subject: big X-Git-Tag: v0.11.0pre66~93^2~10^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=896b0c669cbcdf548d1c8d603ccc3d9067237340;p=oweals%2Fgnunet.git big --- diff --git a/src/namestore/plugin_namestore_postgres.c b/src/namestore/plugin_namestore_postgres.c index 42bc9e4c9..69e28b0d0 100644 --- a/src/namestore/plugin_namestore_postgres.c +++ b/src/namestore/plugin_namestore_postgres.c @@ -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 '',"