summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-16 14:34:51 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-16 14:34:51 -0700
commit4be490891472fc6ab6942278811ed2a816f294b5 (patch)
tree1d3a2c48ec8c6f8d09e38a2092a42714d6f094a5 /controller/schema.sql.c
parent38243e5eff71b76d35904afffd2b21fe84ed958a (diff)
downloadinfinitytier-4be490891472fc6ab6942278811ed2a816f294b5.tar.gz
infinitytier-4be490891472fc6ab6942278811ed2a816f294b5.zip
Fix some prepared statement problems.
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"\