summaryrefslogtreecommitdiff
path: root/README.1.4.0pre12
diff options
context:
space:
mode:
Diffstat (limited to 'README.1.4.0pre12')
-rw-r--r--README.1.4.0pre1211
1 files changed, 11 insertions, 0 deletions
diff --git a/README.1.4.0pre12 b/README.1.4.0pre12
index abbf6e55c..72353ba4c 100644
--- a/README.1.4.0pre12
+++ b/README.1.4.0pre12
@@ -23,12 +23,23 @@ 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 );
+
Run bin/dbdef-create
Run bin/create-history-tables
Run bin/dbdef-create again
+Run bin/populate-msgcat
+
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,