diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-02-04 13:38:42 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-02-04 13:38:42 -0800 |
| commit | 90801a94d3febd8e77a785a396b3223d4a7d31c3 (patch) | |
| tree | 53f73894373f6485313e54e952b32c61083667c8 /controller/schema.sql.c | |
| parent | fab6f4450d741b37f8b1181e2914db3d63f9fdcc (diff) | |
| download | infinitytier-90801a94d3febd8e77a785a396b3223d4a7d31c3.tar.gz infinitytier-90801a94d3febd8e77a785a396b3223d4a7d31c3.zip | |
Track client version and tell whether active nodes support circuit test.
Diffstat (limited to 'controller/schema.sql.c')
| -rw-r--r-- | controller/schema.sql.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c index 45cc0d33..4b524547 100644 --- a/controller/schema.sql.c +++ b/controller/schema.sql.c @@ -41,6 +41,9 @@ " networkVisitCounter INTEGER NOT NULL DEFAULT(0),\n"\ " networkRequestAuthorized INTEGER NOT NULL DEFAULT(0),\n"\ " requestTime INTEGER NOT NULL DEFAULT(0),\n"\ +" clientMajorVersion INTEGER NOT NULL DEFAULT(0),\n"\ +" clientMinorVersion INTEGER NOT NULL DEFAULT(0),\n"\ +" clientRevision INTEGER NOT NULL DEFAULT(0),\n"\ " networkRequestMetaData VARCHAR(1024),\n"\ " fromAddress VARCHAR(128)\n"\ ");\n"\ |
