Index: openacs-4/packages/acs-kernel/sql/postgresql/authentication-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/authentication-create.sql,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-kernel/sql/postgresql/authentication-create.sql 25 Sep 2006 17:59:16 -0000 1.14 +++ openacs-4/packages/acs-kernel/sql/postgresql/authentication-create.sql 8 Sep 2008 20:00:09 -0000 1.15 @@ -59,6 +59,12 @@ batch_sync_enabled_p boolean default 'f' constraint auth_authorities_bsenabled_p_nn not null + allow_user_entered_info_p boolean default 'f' + constraint auth_authority_allow_user_i_p_nn + not null, + search_impl_id integer + constraint auth_authorities_search_impl_id_fk + references acs_objects(object_id) ); comment on column auth_authorities.help_contact_text is '