summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
diff options
context:
space:
mode:
Diffstat (limited to 'controller/schema.sql.c')
-rw-r--r--controller/schema.sql.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c
index 315698ac..655f8e05 100644
--- a/controller/schema.sql.c
+++ b/controller/schema.sql.c
@@ -67,6 +67,13 @@
" revision integer NOT NULL DEFAULT(1)\n"\
");\n"\
"\n"\
+"CREATE TABLE Relay (\n"\
+" networkId char(16) NOT NULL,\n"\
+" nodeId char(10) NOT NULL\n"\
+");\n"\
+"\n"\
+"CREATE UNIQUE INDEX Relay_networkId_nodeId ON Relay (networkId, nodeId);\n"\
+"\n"\
"CREATE TABLE Node (\n"\
" id char(10) PRIMARY KEY NOT NULL,\n"\
" identity varchar(4096) NOT NULL,\n"\