diff options
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"\ |
