Index: openacs-4/packages/survey/sql/postgresql/survey-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/sql/postgresql/survey-create.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/survey/sql/postgresql/survey-create.sql 16 Sep 2002 01:04:53 -0000 1.2 +++ openacs-4/packages/survey/sql/postgresql/survey-create.sql 31 Oct 2002 15:51:49 -0000 1.3 @@ -187,7 +187,7 @@ not null, abstract_data_type varchar(30) constraint survey_q_abs_data_type_ck - check (abstract_data_type in ('text', 'shorttext', 'boolean', 'number', 'integer', 'choice','date')), + check (abstract_data_type in ('text', 'shorttext', 'boolean', 'number', 'integer', 'choice','date','blob')), required_p boolean, active_p boolean, presentation_type varchar(20)