From 69d0a38181944fb43e09d6c4e631f35b6357f66a Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 22 Nov 1993 15:32:28 +0000 Subject: [PATCH] increase hostname length --- db/schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schema b/db/schema index e35096e8..9adb2c46 100644 --- 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 -- 2.45.2