summaryrefslogtreecommitdiff
path: root/controller/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'controller/schema.sql')
-rw-r--r--controller/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/schema.sql b/controller/schema.sql
index 0d17a94b..ef7a2c4a 100644
--- a/controller/schema.sql
+++ b/controller/schema.sql
@@ -88,7 +88,7 @@ CREATE TABLE Node (
CREATE TABLE Rule (
networkId char(16) NOT NULL,
- ordering integer NOT NULL DEFAULT(0),
+ ruleId integer NOT NULL,
nodeId char(10),
vlanId integer,
vlanPcp integer,