]> andersk Git - moira.git/commitdiff
add mc (max copies) to printers
authordanw <danw>
Mon, 27 Sep 1999 16:51:50 +0000 (16:51 +0000)
committerdanw <danw>
Mon, 27 Sep 1999 16:51:50 +0000 (16:51 +0000)
db/schema.sql

index c3e3637fbc9eb612dd36a4a2adc39d27b4b8dfe9..d733a6331de29fff14f7f1dfba3ea9376896ec9e 100644 (file)
@@ -314,6 +314,7 @@ create table printers
        rq              INTEGER         DEFAULT 0       NOT NULL,
        ka              SMALLINT        DEFAULT 0       NOT NULL,
        pc              SMALLINT        DEFAULT 0       NOT NULL,
+       mc              SMALLINT        DEFAULT 0       NOT NULL,
        ac              INTEGER         DEFAULT 0       NOT NULL,
        lpc_acl         INTEGER         DEFAULT 0       NOT NULL,
        banner          INTEGER         DEFAULT 0       NOT NULL,
This page took 0.092856 seconds and 5 git commands to generate.