adapted UML scenarios to improved virtual IP address pool

This commit is contained in:
Andreas Steffen
2008-07-25 10:18:23 +00:00
parent cae0c12d53
commit 77a06476dc
8 changed files with 135 additions and 21 deletions
+3 -3
View File
@@ -157,9 +157,9 @@ CREATE TABLE addresses (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
pool INTEGER NOT NULL,
address BLOB NOT NULL,
identity INTEGER NOT NULL,
acquired INTEGER NOT NULL,
released INTEGER NOT NULL
identity INTEGER NOT NULL DEFAULT 0,
acquired INTEGER NOT NULL DEFAULT 0,
released INTEGER NOT NULL DEFAULT 1
);
DROP INDEX IF EXISTS addresses_pool;
CREATE INDEX addresses_pool ON addresses (