X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade8.html;h=e6184df146f05e082514e34d6e9dbd3e72e4bb7b;hp=97758fdb217d85f7c2fd60736c67a87ff09f5964;hb=eb7c552dd8290d6b33a4e026c5dc21ebf01105cf;hpb=ce119821d508611bce8d2c62c3faec237faa6612 diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 97758fdb2..e6184df14 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -120,6 +120,14 @@ CREATE TABLE queue_arg ( ); CREATE INDEX queue_arg1 ON queue_arg ( jobnum ); +CREATE TABLE queue_depend ( + dependnum int primary key, + jobnum int not null, + depend_jobnum int not null +); +CREATE INDEX queue_depend1 ON queue_depend ( jobnum ); +CREATE INDEX queue_depend2 ON queue_depend ( depend_jobnum ); + CREATE TABLE part_pop_local ( localnum int primary key, popnum int not null,