]> andersk Git - moira.git/commitdiff
make printers.hwtype bigger
authordanw <danw>
Wed, 2 Jun 1999 21:47:14 +0000 (21:47 +0000)
committerdanw <danw>
Wed, 2 Jun 1999 21:47:14 +0000 (21:47 +0000)
db/schema.sql

index 571e975f561cf1fd9541e8cc0b7c27fd99ac034b..9f1a215cb2f38754e9c7d45ef296e1403a252980 100644 (file)
@@ -293,7 +293,7 @@ create table printers
 (
        name            VARCHAR(16)     DEFAULT CHR(0)  NOT NULL,
        type            VARCHAR(8)      DEFAULT CHR(0)  NOT NULL,
-       hwtype          VARCHAR(8)      DEFAULT CHR(0)  NOT NULL,
+       hwtype          VARCHAR(16)     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,
This page took 0.84554 seconds and 5 git commands to generate.