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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'controller/schema.sql') diff --git a/controller/schema.sql b/controller/schema.sql index 8d93a4dc..b5646ee9 100644 --- a/controller/schema.sql +++ b/controller/schema.sql @@ -96,6 +96,8 @@ CREATE TABLE Rule ( ipProtocol integer, ipSourcePort integer, ipDestPort integer, + flags integer, + invFlags integer, "action" varchar(4096) NOT NULL DEFAULT('accept') ); -- cgit v1.2.3