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.0pre128
1 files changed, 8 insertions, 0 deletions
diff --git a/README.1.4.0pre12 b/README.1.4.0pre12
index d61656c38..abbf6e55c 100644
--- a/README.1.4.0pre12
+++ b/README.1.4.0pre12
@@ -15,6 +15,14 @@ ALTER TABLE cust_bill_event ADD status varchar(80);
ALTER TABLE cust_bill_event ADD statustext text NULL;
UPDATE cust_bill_event SET status = 'done';
+CREATE TABLE radius_usergroup (
+ usergroupnum int primary key,
+ svcnum int not null,
+ groupname varchar(80) not null
+);
+CREATE INDEX radius_usergroup1 ON radius_usergroup ( svcnum );
+CREATE INDEX radius_usergroup2 ON radius_usergroup ( groupname );
+
Run bin/dbdef-create
Run bin/create-history-tables