X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade10.html;h=70a9aeee30b1c9f876135a50d9931387249e5c21;hb=9e53f4c3b01d5f27f7930d39233c49c948f9de04;hp=85b36a8db7ec1da86430e99af6bceed8f8935bff;hpb=a638ae8bdba35169f61f2729d8f3491496992b55;p=freeside.git diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 85b36a8db..70a9aeee3 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,12 +191,12 @@ 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, - reatename varchar(80) NOT NULL, + ratename varchar(80) NOT NULL, PRIMARY KEY (ratenum) );