aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-02 01:08:28 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-02 01:08:28 +0200
commitd2eed41d5637e802c9b8c6a8d0648636c16e5b88 (patch)
treebea96c86c8fbe8a4ef78eeac7bf382796bcfc146 /src
parent857f8c009c4fde3d3ec9d6d0b4af48e93684fd84 (diff)
downloadgnunet-d2eed41d5637e802c9b8c6a8d0648636c16e5b88.tar.gz
gnunet-d2eed41d5637e802c9b8c6a8d0648636c16e5b88.zip
comma missing
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 67c72c3c2..d7907b1a6 100644
--- a/src/namestore/plugin_namestore_postgres.c
+++ b/src/namestore/plugin_namestore_postgres.c
@@ -84,7 +84,7 @@ database_setup (struct Plugin *plugin)
84 " rvalue BYTEA NOT NULL DEFAULT ''," 84 " rvalue BYTEA NOT NULL DEFAULT '',"
85 " record_count INTEGER NOT NULL DEFAULT 0," 85 " record_count INTEGER NOT NULL DEFAULT 0,"
86 " record_data BYTEA NOT NULL DEFAULT ''," 86 " record_data BYTEA NOT NULL DEFAULT '',"
87 " label TEXT NOT NULL DEFAULT ''" 87 " label TEXT NOT NULL DEFAULT '',"
88 " CONSTRAINT zl UNIQUE (zone_private_key,label)" 88 " CONSTRAINT zl UNIQUE (zone_private_key,label)"
89 ")" 89 ")"
90 "WITH OIDS"); 90 "WITH OIDS");