Index: openacs-4/packages/acs-authentication/sql/oracle/batch-job-tables-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/sql/oracle/batch-job-tables-create.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-authentication/sql/oracle/batch-job-tables-create.sql 10 Sep 2003 12:37:02 -0000 1.5 +++ openacs-4/packages/acs-authentication/sql/oracle/batch-job-tables-create.sql 16 Sep 2003 13:07:42 -0000 1.6 @@ -13,9 +13,7 @@ not null, snapshot_p char(1) constraint auth_batch_jobs_snapshot_ck - check (snapshot_p in ('t', 'f')) - constraint auth_batch_jobs_snapshot_nn - not null, + check (snapshot_p in ('t', 'f')), authority_id integer constraint auth_batch_jobs_auth_fk references auth_authorities(authority_id)