diff options
author | ivan <ivan> | 2005-03-22 18:15:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-22 18:15:07 +0000 |
commit | c16b548ca3839762e0fc3d4a94172fe24160734a (patch) | |
tree | 37706f99f0026ac696732620ec4f11f052384bf6 | |
parent | 18c025613fa052cf4ba8d484f1296cc2a1719a24 (diff) |
small fix for indices in upgrade instructions, found by s5
-rw-r--r-- | httemplate/docs/upgrade10.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 85b36a8db..c7d5db874 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -10,8 +10,8 @@ install Net::SSH 0.08 install NetAddr::IP, Chart::Base, Locale::SubCountry, JavaScript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, -Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC -(Frontier::RPC2) +Spreadsheet::WriteExcel, IO-stringy (IO::Scalar), Frontier::RPC +(Frontier::RPC2) and MIME::Entity (MIME-tools) <!-- and Crypt::YAPassGen--> INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 20, 'svc_external-id', 'en_US', 'External ID' ); @@ -191,8 +191,8 @@ CREATE TABLE part_pkg_option ( optionname varchar(80) not null, optionvalue text NULL ); -CREATE INDEX part_pkg_option1 ON part_export_option ( pkgpart ); -CREATE INDEX part_pkg_option2 ON part_export_option ( optionname ); +CREATE INDEX part_pkg_option1 ON part_pkg_option ( pkgpart ); +CREATE INDEX part_pkg_option2 ON part_pkg_option ( optionname ); CREATE TABLE rate ( ratenum serial NOT NULL, |