From dfd4f9377b21a5eab563e1739f296e04668ce6ca Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 7 Apr 2005 01:29:03 +0000 Subject: [PATCH] ancient upgrade fix, oops. thanks Rick Harby --- httemplate/docs/upgrade8.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index cf60a8582..9ca7cb7b9 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -149,7 +149,9 @@ CREATE TABLE cust_bill_event ( 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 ); -- 2.11.0