From c16b548ca3839762e0fc3d4a94172fe24160734a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 22 Mar 2005 18:15:07 +0000 Subject: [PATCH] small fix for indices in upgrade instructions, found by s5 --- httemplate/docs/upgrade10.html | 8 ++++---- 1 file 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) 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, -- 2.11.0