Index: openacs-4/packages/assessment/tcl/as-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-install-procs.tcl,v diff -u -N -r1.41 -r1.42 --- openacs-4/packages/assessment/tcl/as-install-procs.tcl 1 Dec 2008 16:57:02 -0000 1.41 +++ openacs-4/packages/assessment/tcl/as-install-procs.tcl 1 Dec 2008 17:02:28 -0000 1.42 @@ -429,19 +429,17 @@ 0.16 0.17 { content::type::attribute::new -content_type {as_items} -attribute_name {validate_block} -datatype {text} -pretty_name {Validation Block} -column_spec {text} } - 0.22d5 0.22d6 { - # upgrade already done in SQL just add the attributes for - # completeness - content::type::attribute::new -content_type {as_item_data} -attribute_name {as_item_cr_item_id} -datatype {number} -pretty_name {as_item cr_item_id} -column_spec {integer} - content::type::attribute::new -content_type {as_item_data} -attribute_name {choice_value} -datatype {text} -pretty_name {Choice Value} - } - 0.22d6 0.22d7 { if { ![acs_sc_binding_exists_p NotificationType assessment_response_notif_type] } { as::install::notifications } } 0.22d7 0.22d8 { + # upgrade already done in SQL just add the attributes for + # completeness + content::type::attribute::new -content_type {as_item_data} -attribute_name {as_item_cr_item_id} -datatype {number} -pretty_name {as_item cr_item_id} -column_spec {integer} + content::type::attribute::new -content_type {as_item_data} -attribute_name {choice_value} -datatype {text} -pretty_name {Choice Value} + content::type::attribute::new -content_type {as_sessions} -attribute_name {elapsed_seconds} -datatype {number} -pretty_name {Elapsed Seconds} -column_spec {integer} content::type::attribute::new -content_type {as_item_type_mc} -attribute_name {allow_other_p} -datatype {boolean} -pretty_name {Allow Other?} -column_spec {char(1) default 'f'} }