Index: openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql,v diff -u -r1.25 -r1.26 --- openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql 10 Mar 2004 12:29:42 -0000 1.25 +++ openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql 11 Mar 2004 12:13:41 -0000 1.26 @@ -23,7 +23,12 @@ case_end timestamptz, send_start_note_date timestamptz, constraint sim_simulations_case_end_after_start_ck - check (case_end >= case_start) + check (case_end >= case_start), + show_contacts_p boolean default 't' + constraint sim_show_contacts_p_ck + check(show_contacts_p in ('t','f')) + constraint sim_show_contacts_p_nn + not null ); select acs_object_type__create_type (