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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/schema.sql.c') 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"\ -- cgit v1.2.3