diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-24 06:40:50 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-24 06:40:50 -0700 |
commit | ee649ae69a2e4e4f325e66a9a31694ea0a5f3d9a (patch) | |
tree | 53d325ebfc7b53c7ffbbc3d9c8f952b9f459a983 /controller/schema.sql | |
parent | 20d155e630aba9fdfb757765e889c13ea8d9a9d9 (diff) | |
download | infinitytier-ee649ae69a2e4e4f325e66a9a31694ea0a5f3d9a.tar.gz infinitytier-ee649ae69a2e4e4f325e66a9a31694ea0a5f3d9a.zip |
Add 6plane assignment support to network controller, and cleanup.
Diffstat (limited to 'controller/schema.sql')
-rw-r--r-- | controller/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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) ); |