Index: openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql 29 Jun 2006 09:27:57 -0000 1.5 +++ openacs-4/packages/imsld/sql/postgresql/imsld-production-delivery-create.sql 10 Jul 2006 13:15:13 -0000 1.6 @@ -120,8 +120,8 @@ constraint imsld_pin_rn_fk references imsld_runs, is_visible_p char(1) - check (is_visible_p in ('t','f')), -- title for the class - title varchar(100), + check (is_visible_p in ('t','f')), + title varchar(100), -- title for the class with_control_p char(1) check (with_control_p in ('t','f')) -- class attribute according to the spec );