Forgot to run schema2c.
This commit is contained in:
parent
ddebe2d4c7
commit
e4046964f0
2 changed files with 32 additions and 2 deletions
|
@ -72,9 +72,11 @@
|
|||
"CREATE TABLE Relay (\n"\
|
||||
" networkId char(16) NOT NULL,\n"\
|
||||
" nodeId char(10) NOT NULL,\n"\
|
||||
" address varchar(64) NOT NULL\n"\
|
||||
" phyAddress varchar(64) NOT NULL\n"\
|
||||
");\n"\
|
||||
"\n"\
|
||||
"CREATE INDEX Relay_networkId ON Relay (networkId);\n"\
|
||||
"\n"\
|
||||
"CREATE UNIQUE INDEX Relay_networkId_nodeId ON Relay (networkId, nodeId);\n"\
|
||||
"\n"\
|
||||
"CREATE TABLE Node (\n"\
|
||||
|
@ -87,6 +89,7 @@
|
|||
"\n"\
|
||||
"CREATE TABLE Rule (\n"\
|
||||
" networkId char(16) NOT NULL,\n"\
|
||||
" ordering integer NOT NULL DEFAULT(0),\n"\
|
||||
" nodeId char(10),\n"\
|
||||
" vlanId integer,\n"\
|
||||
" vlanPcp integer,\n"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue