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.4 -r1.5 --- openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql 10 Sep 2003 09:09:47 -0000 1.4 +++ openacs-4/packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql 16 Sep 2003 13:07:42 -0000 1.5 @@ -10,9 +10,7 @@ interactive_p boolean constraint auth_batch_jobs_interactive_nn not null, - snapshot_p boolean - constraint auth_batch_jobs_snapshot_nn - not null, + snapshot_p boolean, authority_id integer constraint auth_batch_jobs_auth_fk references auth_authorities(authority_id)