MDL-15666 adding data mod tables to list of tables to clean up

This commit is contained in:
nicolasconnault 2008-09-09 13:01:23 +00:00
parent f968a736cf
commit 3b19b67cd8

View file

@ -39,6 +39,9 @@ class generator {
'course_modules' => array('required' => true, 'toclean' => true),
'course_sections' => array('required' => true, 'toclean' => true),
'data' => array('required' => false, 'toclean' => true),
'data_content' => array('required' => false, 'toclean' => true),
'data_fields' => array('required' => false, 'toclean' => true),
'data_records' => array('required' => false, 'toclean' => true),
'event' => array('required' => true, 'toclean' => true),
'forum' => array('required' => false, 'toclean' => true),
'forum_discussions' => array('required' => false, 'toclean' => true),