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.36 -r1.37 --- openacs-4/packages/assessment/tcl/as-install-procs.tcl 15 May 2007 20:14:16 -0000 1.36 +++ openacs-4/packages/assessment/tcl/as-install-procs.tcl 2 Sep 2008 01:14:27 -0000 1.37 @@ -432,7 +432,12 @@ 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} + } } }