From ee649ae69a2e4e4f325e66a9a31694ea0a5f3d9a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 24 Jun 2016 06:40:50 -0700 Subject: Add 6plane assignment support to network controller, and cleanup. --- controller/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'controller/schema.sql') diff --git a/controller/schema.sql b/controller/schema.sql index 2f079c64..f8f22e63 100644 --- a/controller/schema.sql +++ b/controller/schema.sql @@ -78,6 +78,7 @@ CREATE TABLE Member ( authorized integer NOT NULL DEFAULT(0), activeBridge integer NOT NULL DEFAULT(0), memberRevision integer NOT NULL DEFAULT(0), + flags integer NOT NULL DEFAULT(0), PRIMARY KEY (networkId, nodeId) ); -- cgit v1.2.3