diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-24 09:59:17 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-24 09:59:17 -0700 |
| commit | d57ea671d7d10b242def3b6d43832906275adff9 (patch) | |
| tree | 4b956f8c05df1ac14b77288b700da5bd164f977a /controller/schema.sql.c | |
| parent | d647a587a1c920cdf58ce77872280e4e4ec9cca9 (diff) | |
| download | infinitytier-d57ea671d7d10b242def3b6d43832906275adff9.tar.gz infinitytier-d57ea671d7d10b242def3b6d43832906275adff9.zip | |
Add version to log.
Diffstat (limited to 'controller/schema.sql.c')
| -rw-r--r-- | controller/schema.sql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c index ac0213bc..fa83f880 100644 --- a/controller/schema.sql.c +++ b/controller/schema.sql.c @@ -71,6 +71,7 @@ " nodeId char(10) NOT NULL,\n"\ " ts integer NOT NULL,\n"\ " authorized integer NOT NULL,\n"\ +" version varchar(16),\n"\ " fromAddr varchar(64)\n"\ ");\n"\ "\n"\ |
