summaryrefslogtreecommitdiff
path: root/controller/schema.sql
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-21 18:08:33 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-21 18:08:33 -0700
commit71f006cbeb9f2f0c437f17a0ef577d6fdfa630f4 (patch)
treeb23572567b9e5cb915639b579f6751dced6d66ca /controller/schema.sql
parente4046964f0d8e7ad64a2977cad18b24557fc2251 (diff)
downloadinfinitytier-71f006cbeb9f2f0c437f17a0ef577d6fdfa630f4.tar.gz
infinitytier-71f006cbeb9f2f0c437f17a0ef577d6fdfa630f4.zip
More CRUD, almost done...
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,