Add a timestamp to netconf cache, fix some SQL queries in NC.
This commit is contained in:
parent
417f56de2f
commit
740121504f
5 changed files with 66 additions and 27 deletions
|
@ -33,6 +33,7 @@
|
|||
" nodeId char(10) NOT NULL,\n"\
|
||||
" cachedNetconf blob(4096),\n"\
|
||||
" cachedNetconfRevision integer NOT NULL DEFAULT(0),\n"\
|
||||
" cachedNetconfTimestamp integer NOT NULL DEFAULT(0),\n"\
|
||||
" clientReportedRevision integer NOT NULL DEFAULT(0),\n"\
|
||||
" authorized integer NOT NULL DEFAULT(0),\n"\
|
||||
" activeBridge integer NOT NULL DEFAULT(0)\n"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue