diff options
Diffstat (limited to 'controller/schema.sql')
| -rw-r--r-- | controller/schema.sql | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/controller/schema.sql b/controller/schema.sql index be0bb399..2f079c64 100644 --- a/controller/schema.sql +++ b/controller/schema.sql @@ -9,12 +9,11 @@ CREATE TABLE Network ( private integer NOT NULL DEFAULT(1), enableBroadcast integer NOT NULL DEFAULT(1), allowPassiveBridging integer NOT NULL DEFAULT(0), - v4AssignMode varchar(8) NOT NULL DEFAULT('none'), - v6AssignMode varchar(8) NOT NULL DEFAULT('none'), multicastLimit integer NOT NULL DEFAULT(32), creationTime integer NOT NULL DEFAULT(0), revision integer NOT NULL DEFAULT(1), - memberRevisionCounter integer NOT NULL DEFAULT(1) + memberRevisionCounter integer NOT NULL DEFAULT(1), + flags integer NOT NULL DEFAULT(0) ); CREATE TABLE AuthToken ( |
