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.1 -r1.2 --- openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql 8 Sep 2003 15:59:43 -0000 1.1 +++ openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql 9 Sep 2003 11:14:33 -0000 1.2 @@ -10,6 +10,13 @@ interactive_p boolean constraint auth_batch_jobs_interactive_nn not null, + snapshot_p boolean + constraint auth_batch_jobs_snapshot_nn + not null, + authority_id integer + constraint auth_batch_jobs_auth_fk + references auth_authorities(authority_id), + message text, -- if interactive, by which user creation_user integer constraint auth_batch_job_user_fk