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 | |
| parent | d647a587a1c920cdf58ce77872280e4e4ec9cca9 (diff) | |
| download | infinitytier-d57ea671d7d10b242def3b6d43832906275adff9.tar.gz infinitytier-d57ea671d7d10b242def3b6d43832906275adff9.zip | |
Add version to log.
Diffstat (limited to 'controller/schema.sql')
| -rw-r--r-- | controller/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/schema.sql b/controller/schema.sql index 024a5229..398d63ac 100644 --- a/controller/schema.sql +++ b/controller/schema.sql @@ -70,6 +70,7 @@ CREATE TABLE Log ( nodeId char(10) NOT NULL, ts integer NOT NULL, authorized integer NOT NULL, + version varchar(16), fromAddr varchar(64) ); |
