*** empty log message ***
[freeside.git] / README.1.4.0pre12
1 the following is necessary to upgrade from 1.4.0pre11 to 1.4.0pre12
2
3 if you're upgrading from before 1.4.0pre12 see README.1.4.0pre11 first!
4
5 if you're upgrading from 1.3.1 follow the instructions in
6 httemplate/docs/upgrade8.html instead
7
8 ----
9
10 install the FS perl modules and httemplate as per install.html or upgrade8.html
11
12 ALTER TABLE cust_bill_event ADD status varchar(80);
13 ALTER TABLE cust_bill_event ADD statustext text NULL;
14 UPDATE cust_bill_event SET status = 'done';
15
16 Run bin/dbdef-create
17
18 Run bin/create-history-tables
19
20 Run bin/dbdef-create again
21
22 Restart Apache and freeside-queued
23