summaryrefslogtreecommitdiff
path: root/controller/schema.sql.c
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-25 13:20:10 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-25 13:20:10 -0700
commitd8ad555b9ad7d70f6733f3d1e2ef795c752f45a4 (patch)
tree04e0f4de0d095b3a8ea790772645a467e84419b0 /controller/schema.sql.c
parentd29f2ce858297efa8b350439002541d14402f21f (diff)
downloadinfinitytier-d8ad555b9ad7d70f6733f3d1e2ef795c752f45a4.tar.gz
infinitytier-d8ad555b9ad7d70f6733f3d1e2ef795c752f45a4.zip
Go ahead and add flags and invFlags to the Rule table.
Diffstat (limited to 'controller/schema.sql.c')
-rw-r--r--controller/schema.sql.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/schema.sql.c b/controller/schema.sql.c
index 01b7c949..1384b900 100644
--- a/controller/schema.sql.c
+++ b/controller/schema.sql.c
@@ -97,6 +97,8 @@
" ipProtocol integer,\n"\
" ipSourcePort integer,\n"\
" ipDestPort integer,\n"\
+" flags integer,\n"\
+" invFlags integer,\n"\
" \"action\" varchar(4096) NOT NULL DEFAULT('accept')\n"\
");\n"\
"\n"\