Index: openacs-4/packages/acs-subsite/sql/postgresql/attribute.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/postgresql/Attic/attribute.sql,v diff -u -N -r1.2 -r1.2.6.1 --- openacs-4/packages/acs-subsite/sql/postgresql/attribute.sql 17 Apr 2001 04:10:06 -0000 1.2 +++ openacs-4/packages/acs-subsite/sql/postgresql/attribute.sql 24 Apr 2004 08:26:26 -0000 1.2.6.1 @@ -44,3 +44,19 @@ 'generic', 'f' ); + +select acs_attribute__create_attribute ( + 'person', + 'bio_mime_type', + 'string', + 'Biography Mime Type', + 'Biography Mime Types', + null, + null, + null, + 0, + 1, + null, + 'generic', + 'f' +);