From: danw Date: Sat, 6 Feb 1999 18:44:18 +0000 (+0000) Subject: add a "banner" field to the printers table to determine whether or not X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/39de8ad2f322461415786450960644067b10215d add a "banner" field to the printers table to determine whether or not a printer should print banner pages --- diff --git a/db/schema.sql b/db/schema.sql index 7c43496a..d40cff92 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -304,6 +304,7 @@ create table printers pc SMALLINT DEFAULT 0 NOT NULL, ac INTEGER DEFAULT 0 NOT NULL, lpc_acl INTEGER DEFAULT 0 NOT NULL, + banner INTEGER DEFAULT 0 NOT NULL, location VARCHAR(64) DEFAULT CHR(0) NOT NULL, contact VARCHAR(64) DEFAULT CHR(0) NOT NULL, modtime DATE DEFAULT SYSDATE NOT NULL,