Index: openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql 11 Sep 2003 09:27:51 -0000 1.8 +++ openacs-4/packages/acs-kernel/sql/oracle/authentication-create.sql 16 Sep 2003 13:03:27 -0000 1.9 @@ -50,12 +50,6 @@ get_doc_impl_id integer references acs_objects(object_id), -- Id of service contract processing batch sync doc process_doc_impl_id integer references acs_objects(object_id), - -- Are batch syncs snapshots or of incremental type - snapshot_p char(1) default 'f' - constraint auth_authority_snapshot_p_nn - not null - constraint auth_authority_snapshot_p_ck - check (snapshot_p in ('t','f')), batch_sync_enabled_p char(1) default 'f' constraint auth_authority_bs_enabled_p_nn not null