Add version to log.

This commit is contained in:
Adam Ierymenko 2015-07-24 09:59:17 -07:00
parent d647a587a1
commit d57ea671d7
4 changed files with 38 additions and 52 deletions

View file

@ -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"\