Index: openacs-4/packages/attachments/sql/postgresql/attachments-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/sql/postgresql/attachments-create.sql,v diff -u -N -r1.4 -r1.4.20.1 --- openacs-4/packages/attachments/sql/postgresql/attachments-create.sql 17 May 2003 10:12:03 -0000 1.4 +++ openacs-4/packages/attachments/sql/postgresql/attachments-create.sql 14 May 2016 18:10:52 -0000 1.4.20.1 @@ -44,10 +44,8 @@ constraint attachments_item_id_fk references acs_objects(object_id) on delete cascade, - approved_p char(1) - default 't' - constraint attachments_approved_p_ck - check (approved_p in ('t', 'f')) + approved_p boolean + default true constraint attachments_approved_p_nn not null, constraint attachments_pk