[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: comma missing
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: comma missing |
Date: |
Wed, 02 May 2018 01:08:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new d2eed41d5 comma missing
d2eed41d5 is described below
commit d2eed41d5637e802c9b8c6a8d0648636c16e5b88
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed May 2 01:08:28 2018 +0200
comma missing
---
src/namestore/plugin_namestore_postgres.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
" rvalue BYTEA NOT NULL DEFAULT '',"
" record_count INTEGER NOT NULL DEFAULT 0,"
" record_data BYTEA NOT NULL DEFAULT '',"
- " label TEXT NOT NULL DEFAULT ''"
+ " label TEXT NOT NULL DEFAULT '',"
" CONSTRAINT zl UNIQUE (zone_private_key,label)"
")"
"WITH OIDS");
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: comma missing,
gnunet <=