Index: openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql 9 Sep 2003 11:14:33 -0000 1.2 +++ openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql 9 Sep 2003 11:38:26 -0000 1.3 @@ -27,14 +27,10 @@ doc_end_time timestamptz, doc_status text, doc_message text, - document_id integer - constraint auth_batch_jobs_doc_fk - references cr_items(item_id) - on delete set null + document text ); create index auth_batch_jobs_user_idx on auth_batch_jobs(creation_user); -create index auth_batch_jobs_document_idx on auth_batch_jobs(document_id); create sequence auth_batch_job_entry_id_seq;