freeside/httemplate/docs upgrade8.html,1.61,1.62
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-serv27710
Modified Files:
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.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- upgrade8.html 28 Nov 2002 05:10:33 -0000 1.61
+++ upgrade8.html 7 Apr 2005 01:29:03 -0000 1.62
@@ -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