summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-04-07 01:29:04 +0000
committerivan <ivan>2005-04-07 01:29:04 +0000
commitcd1cdafe899a190f33469f3e1ff1766c20fd566a (patch)
tree05f44c057dbdee7815dc9118c07594a8fba16aca
parentaff03d9bcb90f3514fb14e20277bb6111061c47c (diff)
ancient upgrade fix, oops. thanks Rick Harby <rharby at caarnet.com>
-rw-r--r--httemplate/docs/upgrade8.html4
1 files changed, 3 insertions, 1 deletions
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 );