]> andersk Git - moira.git/blobdiff - db/schema
remove bogus "old" list args
[moira.git] / db / schema
index e329dc4eace0ec10f9cfdf4b5b2fd798350742c1..9adb2c469195163703d4c7a54747ac0caeecc40c 100644 (file)
--- a/db/schema
+++ b/db/schema
@@ -51,7 +51,7 @@ create table krbmap
 );
 create table machine
 (
-       name            VARCHAR(32)     NOT NULL WITH DEFAULT,
+       name            VARCHAR(40)     NOT NULL WITH DEFAULT,
        mach_id         INTEGER         NOT NULL WITH DEFAULT,
        vendor          CHAR(16)        NOT NULL WITH DEFAULT,
        model           CHAR(24)        NOT NULL WITH DEFAULT,
@@ -76,7 +76,7 @@ create table machine
 );
 create table hostalias
 (
-       name            VARCHAR(32)     NOT NULL WITH DEFAULT,
+       name            VARCHAR(40)     NOT NULL WITH DEFAULT,
        mach_id         INTEGER         NOT NULL WITH DEFAULT
 );
 create table subnet
@@ -88,6 +88,7 @@ create table subnet
        mask            INTEGER         NOT NULL WITH DEFAULT,
        low             INTEGER         NOT NULL WITH DEFAULT,
        high            INTEGER         NOT NULL WITH DEFAULT,
+       prefix          CHAR(8)         NOT NULL WITH DEFAULT,
        owner_type      CHAR(8)         NOT NULL WITH DEFAULT,
        owner_id        INTEGER         NOT NULL WITH DEFAULT,
        modtime         DATE            NOT NULL WITH DEFAULT,
This page took 0.037612 seconds and 4 git commands to generate.