summaryrefslogtreecommitdiff
path: root/controller/schema.sql
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-02-04 13:38:42 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-02-04 13:38:42 -0800
commit90801a94d3febd8e77a785a396b3223d4a7d31c3 (patch)
tree53f73894373f6485313e54e952b32c61083667c8 /controller/schema.sql
parentfab6f4450d741b37f8b1181e2914db3d63f9fdcc (diff)
downloadinfinitytier-90801a94d3febd8e77a785a396b3223d4a7d31c3.tar.gz
infinitytier-90801a94d3febd8e77a785a396b3223d4a7d31c3.zip
Track client version and tell whether active nodes support circuit test.
Diffstat (limited to 'controller/schema.sql')
-rw-r--r--controller/schema.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/controller/schema.sql b/controller/schema.sql
index c40e5cac..aff08827 100644
--- a/controller/schema.sql
+++ b/controller/schema.sql
@@ -40,6 +40,9 @@ CREATE TABLE NodeHistory (
networkVisitCounter INTEGER NOT NULL DEFAULT(0),
networkRequestAuthorized INTEGER NOT NULL DEFAULT(0),
requestTime INTEGER NOT NULL DEFAULT(0),
+ clientMajorVersion INTEGER NOT NULL DEFAULT(0),
+ clientMinorVersion INTEGER NOT NULL DEFAULT(0),
+ clientRevision INTEGER NOT NULL DEFAULT(0),
networkRequestMetaData VARCHAR(1024),
fromAddress VARCHAR(128)
);