Add memberRevision stuff to JSON output, and update docs.
This commit is contained in:
parent
99969b186b
commit
0db7c94c90
4 changed files with 12 additions and 6 deletions
|
@ -59,7 +59,7 @@
|
|||
" nodeId char(10) NOT NULL REFERENCES Node(id) ON DELETE CASCADE,\n"\
|
||||
" authorized integer NOT NULL DEFAULT(0),\n"\
|
||||
" activeBridge integer NOT NULL DEFAULT(0),\n"\
|
||||
" memberRevision integer NOT NULL DEFAULT(0)\n"\
|
||||
" memberRevision integer NOT NULL DEFAULT(0),\n"\
|
||||
" PRIMARY KEY (networkId, nodeId)\n"\
|
||||
");\n"\
|
||||
"\n"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue