]> andersk Git - moira.git/blobdiff - db/schema.sql
Make hwtype column in printers table bigger.
[moira.git] / 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.030945 seconds and 4 git commands to generate.