Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql,v diff -u -r1.26 -r1.27 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 30 May 2002 22:04:58 -0000 1.26 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 13 Jun 2002 04:34:56 -0000 1.27 @@ -83,6 +83,17 @@ storage => 'generic' ); + bar := acs_attribute.create_attribute( + object_type => 'dotlrn_community', + attribute_name => 'header_logo_alt_text', + datatype => 'integer', + pretty_name => 'Header Logo Alt Text', + pretty_plural => 'Header Logo Alt Text', + min_n_values => 0, + max_n_values => 1, + storage => 'generic' + ); + -- create the dotlrn_class community type foo := dotlrn_community_type.new( community_type => 'dotlrn_class_instance',