summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
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.c
parente4046964f0d8e7ad64a2977cad18b24557fc2251 (diff)
downloadinfinitytier-71f006cbeb9f2f0c437f17a0ef577d6fdfa630f4.tar.gz
infinitytier-71f006cbeb9f2f0c437f17a0ef577d6fdfa630f4.zip
More CRUD, almost done...
Diffstat (limited to 'controller/schema.sql.c')
-rw-r--r--controller/schema.sql.c2
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"\