Skip to content

Learning objects management

Yannick Warnier edited this page Dec 21, 2018 · 3 revisions

In Chamilo 1.11.x and previous versions, Chamilo used to manage ownership, visibility and logs in a table called c_item_property.

Apart from this being very inefficient for high numbers of records, this was causing a series of issues in terms of flexibility, so we decided to change this in Chamilo 2.0 and beyond.

What was once c_item_property is now divided between these tables:

  • resource_file
  • resource_file_audit
  • resource_link
  • resource_link_audit
  • resource_node
  • resource_node_audit
  • resource_right
  • resource_right_audit
  • resource_type
  • resource_type_audit
Clone this wiki locally