update usage message
[freeside.git] / README.1.4.0pre4567-8
1 the following is necessary to upgrade from 1.4.0pre (4 thru 7) to 1.4.0pre8
2
3 install the perl modules and httemplate as per install.html or upgrade8.html
4
5 ALTER TABLE part_pkg ADD disabled char(1) NULL;
6 ALTER TABLE part_svc ADD disabled char(1) NULL;
7
8 Run bin/dbdef-create
9
10 Restart Apache and freeside-queued
11