diff options
author | ivan <ivan> | 2003-09-26 13:37:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-26 13:37:24 +0000 |
commit | 056a0e2da67602762263e66b30d3226007355318 (patch) | |
tree | 24ac45968166cfe0967169c9a0ae2b07a322311c /httemplate/docs/upgrade10.html | |
parent | 74e6f7cb1f048778a417e0124143f6c447c9f87c (diff) |
sql
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r-- | httemplate/docs/upgrade10.html | 2 |
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; |