X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.4.0pre12;h=e8fdd3070eb947c3747c3311cfa93cd9c118aa47;hb=55dee0c595ea28dde3d2a30e1f238fc322e6e869;hp=abbf6e55cb91b93ad9cde374d7aa5824c7367c8c;hpb=20bb426a02c0ea54d8feaea7c5da51735ab70293;p=freeside.git diff --git a/README.1.4.0pre12 b/README.1.4.0pre12 index abbf6e55c..e8fdd3070 100644 --- a/README.1.4.0pre12 +++ b/README.1.4.0pre12 @@ -23,12 +23,36 @@ CREATE TABLE radius_usergroup ( CREATE INDEX radius_usergroup1 ON radius_usergroup ( svcnum ); CREATE INDEX radius_usergroup2 ON radius_usergroup ( groupname ); +ALTER TABLE svc_acct ADD sec_phrase varchar(80) NULL; +CREATE TABLE msgcat ( + msgnum int primary key, + msgcode varchar(80) not null, + locale varchar(16) not null, + msg text not null +); +CREATE INDEX msgcat1 ON msgcat ( msgcode, locale ); + +CREATE TABLE export_svc ( + exportsvcnum int primary key, + exportnum int not null, + svcpart int not null +); +CREATE UNIQUE INDEX export_svc1 ON export_svc ( exportnum, svcpart ); +CREATE INDEX export_svc2 ON export_svc ( exportnum ); +CREATE INDEX export_svc3 ON export_svc ( svcpart ); + +ALTER TABLE part_export RENAME svcpart TO deprecated; + Run bin/dbdef-create Run bin/create-history-tables Run bin/dbdef-create again +Run bin/populate-msgcat + +Set the `locale' configuration option to `en_US'. + the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated. Use the defaultrecords configuration value instead. New export code has landed! If you were using the icradiusmachines,