Index: openacs-4/packages/imsld/tcl/imsld-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-install-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 9 Nov 2005 14:31:28 -0000 1.12 +++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 15 Nov 2005 14:53:32 -0000 1.13 @@ -230,6 +230,7 @@ content::type::attribute::new -content_type imsld_cp_resource -attribute_name identifier -datatype string -pretty_name "#imsld.Identifier#" -column_spec "varchar(100)" content::type::attribute::new -content_type imsld_cp_resource -attribute_name type -datatype string -pretty_name "#imsld.Type#" -column_spec "varchar(1000)" content::type::attribute::new -content_type imsld_cp_resource -attribute_name href -datatype string -pretty_name "#imsld.Href#" -column_spec "varchar(2000)" + content::type::attribute::new -content_type imsld_cp_resource -attribute_name acs_object_id -datatype number -pretty_name "acs_object_id" -column_spec "integer" # dependencies content::type::new -content_type imsld_cp_dependency -supertype content_revision -pretty_name "#imsld.IMS-LD_CP_Dependency#" -pretty_plural "#imsld.lt_IMS-LD_CP_Dependencie#" -table_name imsld_cp_dependencies -id_column dependency_id @@ -567,6 +568,7 @@ content::type::attribute::delete -content_type imsld_cp_resource -attribute_name identifier content::type::attribute::delete -content_type imsld_cp_resource -attribute_name type content::type::attribute::delete -content_type imsld_cp_resource -attribute_name href + content::type::attribute::delete -content_type imsld_cp_resource -attribute_name acs_object_id # dependencies content::type::attribute::delete -content_type imsld_cp_dependency -attribute_name resource_id