summaryrefslogtreecommitdiff
path: root/controller/schema.sql
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-15 15:20:12 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-15 15:20:12 -0700
commite269846f84c1ecb4892659448ba1dfc97e6a4b42 (patch)
tree5b400873408735e2cb2b742449d3ee5b546e09e8 /controller/schema.sql
parent6d2376eb9cc7a3b0e909e0abb87bea5e7f42b717 (diff)
downloadinfinitytier-e269846f84c1ecb4892659448ba1dfc97e6a4b42.tar.gz
infinitytier-e269846f84c1ecb4892659448ba1dfc97e6a4b42.zip
Netconf docs, add clock field to status, simplify netconf a bit by eliminating caching for now. We will re-add if it is needed.
Diffstat (limited to 'controller/schema.sql')
-rw-r--r--controller/schema.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/controller/schema.sql b/controller/schema.sql
index dba93039..8d93a4dc 100644
--- a/controller/schema.sql
+++ b/controller/schema.sql
@@ -29,10 +29,6 @@ CREATE INDEX IpAssignmentPool_networkId ON IpAssignmentPool (networkId);
CREATE TABLE Member (
networkId char(16) NOT NULL,
nodeId char(10) NOT NULL,
- cachedNetconf blob(4096),
- cachedNetconfRevision integer NOT NULL DEFAULT(0),
- cachedNetconfTimestamp integer NOT NULL DEFAULT(0),
- clientReportedRevision integer NOT NULL DEFAULT(0),
authorized integer NOT NULL DEFAULT(0),
activeBridge integer NOT NULL DEFAULT(0)
);