part_export module to export svc_acct, svc_domain, and svc_forward to an external...
[freeside.git] / README.1.4.0pre13
1 the following is necessary to upgrade from 1.4.0pre12 to 1.4.0pre13
2
3 if you're upgrading from before 1.4.0pre13 see README.1.4.0pre12 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 CREATE TABLE queue_depend (
13   dependnum int primary key,
14   jobnum int not null,
15   depend_jobnum int not null
16 );
17 CREATE INDEX queue_depend1 ON queue_depend ( jobnum );
18 CREATE INDEX queue_depend2 ON queue_depend ( depend_jobnum );
19
20 Run bin/dbdef-create
21
22 Run bin/create-history-tables [username] queue_depend
23
24 Run bin/dbdef-create again
25
26 Restart Apache and freeside-queued
27