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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c
index f606b607..01b7c949 100644
--- a/controller/schema.sql.c
+++ b/controller/schema.sql.c
@@ -30,10 +30,6 @@
"CREATE TABLE Member (\n"\
" networkId char(16) NOT NULL,\n"\
" nodeId char(10) NOT NULL,\n"\
-" cachedNetconf blob(4096),\n"\
-" cachedNetconfRevision integer NOT NULL DEFAULT(0),\n"\
-" cachedNetconfTimestamp integer NOT NULL DEFAULT(0),\n"\
-" clientReportedRevision integer NOT NULL DEFAULT(0),\n"\
" authorized integer NOT NULL DEFAULT(0),\n"\
" activeBridge integer NOT NULL DEFAULT(0)\n"\
");\n"\