[1710] in Moira

home help back first fref pref prev next nref lref last post

billing contact changes to moira

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Fri Dec 15 18:20:25 2000

Message-Id: <200012152320.SAA03476@riff-raff.mit.edu>
To: moiradev@MIT.EDU
Date: Fri, 15 Dec 2000 18:20:21 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>

	As requested by bobmah.  I'm going to submit these as a series
of diffs: schema changes, header file changes, server changes, stella
changes, curses client changes, and man page changes.  First, the schema
change.

Index: schema.sql
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/db/schema.sql,v
retrieving revision 1.20
diff -u -r1.20 schema.sql
--- schema.sql	2000/10/25 20:38:10	1.20
+++ schema.sql	2000/12/14 05:21:07
@@ -63,6 +63,7 @@
 	os		VARCHAR(16) 	DEFAULT CHR(0)	NOT NULL,
 	location	VARCHAR(16) 	DEFAULT CHR(0)	NOT NULL,
 	contact		VARCHAR(32) 	DEFAULT CHR(0)	NOT NULL,
+	billing_contact	VARCHAR(32)	DEFAULT CHR(0)	NOT NULL,
 	use		INTEGER		DEFAULT 0	NOT NULL,
 	status		INTEGER		DEFAULT 0	NOT NULL,
 	statuschange	DATE    	DEFAULT SYSDATE	NOT NULL,

home help back first fref pref prev next nref lref last post