comma missing
authorChristian Grothoff <christian@grothoff.org>
Tue, 1 May 2018 23:08:28 +0000 (01:08 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 1 May 2018 23:08:28 +0000 (01:08 +0200)
src/namestore/plugin_namestore_postgres.c

index 67c72c3c288dcee1a764b1c817523ed282bdb0d3..d7907b1a6e4ba851c41f0477b4e21d047945ad65 100644 (file)
@@ -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");