freeside/httemplate/docs upgrade8.html,1.60.4.1,1.60.4.2

ivan ivan at pouncequick.420.am
Wed Apr 6 18:29:06 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory pouncequick:/tmp/cvs-serv27714

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	upgrade8.html 
Log Message:
ancient upgrade fix, oops.  thanks Rick Harby <rharby at caarnet.com>

Index: upgrade8.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/upgrade8.html,v
retrieving revision 1.60.4.1
retrieving revision 1.60.4.2
diff -u -d -r1.60.4.1 -r1.60.4.2
--- upgrade8.html	28 Nov 2002 05:10:30 -0000	1.60.4.1
+++ upgrade8.html	7 Apr 2005 01:29:04 -0000	1.60.4.2
@@ -149,7 +149,9 @@
   eventnum int primary key,
   invnum int not null,
   eventpart int not null,
-  _date int not null
+  _date int not null,
+  status varchar(80) not null, 
+  statustext text
 );
 CREATE UNIQUE INDEX cust_bill_event1 ON cust_bill_event ( eventpart, invnum );
 CREATE INDEX cust_bill_event2 ON cust_bill_event ( invnum );




More information about the freeside-commits mailing list