From 71f006cbeb9f2f0c437f17a0ef577d6fdfa630f4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 21 Apr 2015 18:08:33 -0700 Subject: More CRUD, almost done... --- controller/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/schema.sql') 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, -- cgit v1.2.3