From: zacheiss Date: Tue, 16 Jun 2009 20:19:46 +0000 (+0000) Subject: Make hwtype column in printers table bigger. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/c6556bcbc1f03e80fe894859e8c847f0268dd61d Make hwtype column in printers table bigger. --- diff --git a/db/schema.sql b/db/schema.sql index 13262f06..136c461a 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -329,7 +329,7 @@ create table printers ( name VARCHAR(16) DEFAULT CHR(0) NOT NULL, type VARCHAR(8) DEFAULT CHR(0) NOT NULL, - hwtype VARCHAR(16) DEFAULT CHR(0) NOT NULL, + hwtype VARCHAR(64) DEFAULT CHR(0) NOT NULL, duplexname VARCHAR(16) DEFAULT CHR(0) NOT NULL, mach_id INTEGER DEFAULT 0 NOT NULL, loghost INTEGER DEFAULT 0 NOT NULL,