]> andersk Git - moira.git/commitdiff
Make hwtype column in printers table bigger.
authorzacheiss <zacheiss>
Tue, 16 Jun 2009 20:19:46 +0000 (20:19 +0000)
committerzacheiss <zacheiss>
Tue, 16 Jun 2009 20:19:46 +0000 (20:19 +0000)
db/schema.sql

index 13262f06bc541904835852007e62d623e57951b1..136c461a8de0b829e2970f98a4257c96140313b9 100644 (file)
@@ -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,
This page took 0.043339 seconds and 5 git commands to generate.