X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.5.7;h=53b0585ab5c69caadb03cde803a0e3fa6c1d77c6;hb=4a2291d95440dcdfbe53976c6095742690ef5963;hp=ff70961b3dd6f51c82fdf61b5287104a6401badd;hpb=5ab9170358e085b26752d19a05b382680108384e;p=freeside.git diff --git a/README.1.5.7 b/README.1.5.7 index ff70961b3..53b0585ab 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; @@ -100,13 +104,17 @@ Installs w/integrated RT: CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId); -dbdef-create username +(make sure you have upgrade DBIx::DBSchema to 0.24) +dbdef-create username create-history-tables username rate rate_detail rate_region rate_prefix reg_code reg_code_pkg dbdef-create username -install Javascript::RPC (JavaScript::RPC::Server::CGI) +install Javascript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, +Spreadsheet::WriteExcel, IO-stringy (IO::Scalar), Frontier::RPC +(Frontier::RPC2) and MIME::Entity (MIME-tools) afterwords (for installs w/integrated RT): +install HTML::Scrubber, Text::Quoted and Tree::Simple make configure-rt make deploy /opt/rt3/sbin/rt-setup-database --action insert --datadir etc/upgrade/3.1.15