mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
.
This commit is contained in:
parent
be5996daca
commit
20d155e630
4 changed files with 17 additions and 17 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue