diff options
Diffstat (limited to 'controller/schema.sql')
-rw-r--r-- | controller/schema.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/controller/schema.sql b/controller/schema.sql index ef7a2c4a..dba93039 100644 --- a/controller/schema.sql +++ b/controller/schema.sql @@ -21,8 +21,7 @@ CREATE TABLE IpAssignmentPool ( networkId char(16) NOT NULL, ipNetwork blob(16) NOT NULL, ipNetmaskBits integer NOT NULL, - ipVersion integer NOT NULL DEFAULT(4), - active integer NOT NULL DEFAULT(1) + ipVersion integer NOT NULL DEFAULT(4) ); CREATE INDEX IpAssignmentPool_networkId ON IpAssignmentPool (networkId); |