summaryrefslogtreecommitdiff
path: root/httemplate/docs/upgrade10.html
diff options
context:
space:
mode:
authorivan <ivan>2003-09-26 13:37:24 +0000
committerivan <ivan>2003-09-26 13:37:24 +0000
commit056a0e2da67602762263e66b30d3226007355318 (patch)
tree24ac45968166cfe0967169c9a0ae2b07a322311c /httemplate/docs/upgrade10.html
parent74e6f7cb1f048778a417e0124143f6c447c9f87c (diff)
sql
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r--httemplate/docs/upgrade10.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html
index 253ea891d..2f7f4d89a 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -62,7 +62,7 @@ CREATE TABLE svc_broadband (
PRIMARY KEY (svcnum)
);
-DELETE INDEX cust_bill_pkg1;
+DROP INDEX cust_bill_pkg1;
ALTER TABLE cust_bill_pkg ADD itemdesc varchar(80) NULL;
ALTER TABLE h_cust_bill_pkg ADD itemdesc varchar(80) NULL;