diff options
Diffstat (limited to 'controller/schema.sql.c')
| -rw-r--r-- | controller/schema.sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c index 1161451b..0af4eec0 100644 --- a/controller/schema.sql.c +++ b/controller/schema.sql.c @@ -89,7 +89,7 @@ "\n"\ "CREATE TABLE Rule (\n"\ " networkId char(16) NOT NULL,\n"\ -" ordering integer NOT NULL DEFAULT(0),\n"\ +" ruleId integer NOT NULL,\n"\ " nodeId char(10),\n"\ " vlanId integer,\n"\ " vlanPcp integer,\n"\ |
