diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-17 15:21:53 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-17 15:21:53 -0700 |
| commit | 740121504f2e9cb00ab0a97d277afd57db936633 (patch) | |
| tree | f07279faea7b3b3200bdeb457bfd9d78896f1084 /controller/schema.sql.c | |
| parent | 417f56de2f7b75c4c9e91d9cc8e067c4542213c8 (diff) | |
| download | infinitytier-740121504f2e9cb00ab0a97d277afd57db936633.tar.gz infinitytier-740121504f2e9cb00ab0a97d277afd57db936633.zip | |
Add a timestamp to netconf cache, fix some SQL queries in NC.
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 fdd51360..315698ac 100644 --- a/controller/schema.sql.c +++ b/controller/schema.sql.c @@ -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"\ |
