]> andersk Git - moira.git/commitdiff
increase hostname length
authormar <mar>
Mon, 22 Nov 1993 15:32:28 +0000 (15:32 +0000)
committermar <mar>
Mon, 22 Nov 1993 15:32:28 +0000 (15:32 +0000)
db/schema

index e35096e8274b62f19937f1a8ff5c11b3a8b7e9b9..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
This page took 0.039755 seconds and 5 git commands to generate.