X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.5.7;h=2620d828be96226407fbf0e5be2ec4859a79061e;hb=2d40f813c0153cfa2840eb7e218760623d88f55d;hp=40ad509159131106302d41b8b2ac88819c1142b1;hpb=b2790f150672ee966a02bfb3fe81c7b6a235cfa8;p=freeside.git diff --git a/README.1.5.7 b/README.1.5.7 index 40ad50915..2620d828b 100644 --- a/README.1.5.7 +++ b/README.1.5.7 @@ -2,6 +2,7 @@ NOTE: Version numbering has been simplified. 1.5.7 is the version after 1.5.0pre6. It is still a development version - releases with odd numbered middle parts (NN in x.NN.x) are development versions, like Perl or Linux. +install DBIx::DBSchema 0.24 CREATE TABLE rate ( ratenum serial NOT NULL, @@ -77,6 +78,9 @@ CREATE INDEX h_part_pkg2 ON h_part_pkg ( promo_code ); ALTER TABLE cust_main ALTER COLUMN zip DROP NOT NULL; ALTER TABLE h_cust_main ALTER COLUMN zip DROP NOT NULL; +ALTER TABLE prepay_credit ADD agentnum integer NULL; +ALTER TABLE h_prepay_credit ADD agentnum integer NULL; + Installs w/integrated RT: CREATE SEQUENCE attributes_id_seq; @@ -105,7 +109,8 @@ create-history-tables username rate rate_detail rate_region rate_prefix reg_code dbdef-create username install Javascript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, -Spreadsheet::WriteExcel and IO-stringy (IO::Scalar) +Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC +(Frontier::RPC2) afterwords (for installs w/integrated RT): make configure-rt