From 90801a94d3febd8e77a785a396b3223d4a7d31c3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 4 Feb 2016 13:38:42 -0800 Subject: Track client version and tell whether active nodes support circuit test. --- controller/schema.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'controller/schema.sql') 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) ); -- cgit v1.2.3