From d8ad555b9ad7d70f6733f3d1e2ef795c752f45a4 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 25 May 2015 13:20:10 -0700 Subject: Go ahead and add flags and invFlags to the Rule table. --- controller/schema.sql.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'controller/schema.sql.c') 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"\ -- cgit v1.2.3