aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-30 17:58:31 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-30 17:58:31 +0200
commit896b0c669cbcdf548d1c8d603ccc3d9067237340 (patch)
tree3ecfddee2090071697c05aaef74e5d85f90ee264 /src
parent0b72bb0cfe89fa5c16afdf9824ff162a9ff19168 (diff)
downloadgnunet-896b0c669cbcdf548d1c8d603ccc3d9067237340.tar.gz
gnunet-896b0c669cbcdf548d1c8d603ccc3d9067237340.zip
big
Diffstat (limited to 'src')
-rw-r--r--src/namestore/plugin_namestore_postgres.c2
1 files changed, 1 insertions, 1 deletions
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)
77 "WITH OIDS"); 77 "WITH OIDS");
78 struct GNUNET_PQ_ExecuteStatement es_default = 78 struct GNUNET_PQ_ExecuteStatement es_default =
79 GNUNET_PQ_make_execute ("CREATE TABLE IF NOT EXISTS ns098records (" 79 GNUNET_PQ_make_execute ("CREATE TABLE IF NOT EXISTS ns098records ("
80 " seq SERIAL PRIMARY KEY," 80 " seq BIGSERIAL PRIMARY KEY,"
81 " zone_private_key BYTEA NOT NULL DEFAULT ''," 81 " zone_private_key BYTEA NOT NULL DEFAULT '',"
82 " pkey BYTEA DEFAULT ''," 82 " pkey BYTEA DEFAULT '',"
83 " rvalue BYTEA NOT NULL DEFAULT ''," 83 " rvalue BYTEA NOT NULL DEFAULT '',"