[1673] in Moira

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

schema changes

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Sep 20 15:37:34 2000

Message-Id: <200009201937.PAA10000@sweet-transvestite.mit.edu>
To: moiradev@MIT.EDU
Date: Wed, 20 Sep 2000 15:37:31 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>

	self-explanatory.

Index: schema.sql
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/db/schema.sql,v
retrieving revision 1.17
diff -c -r1.17 schema.sql
*** schema.sql	2000/08/10 02:20:54	1.17
--- schema.sql	2000/09/20 18:45:34
***************
*** 264,269 ****
--- 264,271 ----
  	iws_id		INTEGER		DEFAULT 0	NOT NULL,
  	iui_type	VARCHAR(8) 	DEFAULT CHR(0)	NOT NULL,
  	iui_id		INTEGER		DEFAULT 0	NOT NULL,
+ 	owner_type	VARCHAR(8)	DEFAULT CHR(0)	NOT NULL,
+ 	owner_id	INTEGER		DEFAULT 0	NOT NULL,
  	modtime 	DATE    	DEFAULT SYSDATE	NOT NULL,
  	modby		INTEGER		DEFAULT 0	NOT NULL,
  	modwith		VARCHAR(8) 	DEFAULT CHR(0) 	NOT NULL

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