mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-15666 adding data mod tables to list of tables to clean up
This commit is contained in:
parent
f968a736cf
commit
3b19b67cd8
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ class generator {
|
||||||
'course_modules' => array('required' => true, 'toclean' => true),
|
'course_modules' => array('required' => true, 'toclean' => true),
|
||||||
'course_sections' => array('required' => true, 'toclean' => true),
|
'course_sections' => array('required' => true, 'toclean' => true),
|
||||||
'data' => array('required' => false, '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),
|
'event' => array('required' => true, 'toclean' => true),
|
||||||
'forum' => array('required' => false, 'toclean' => true),
|
'forum' => array('required' => false, 'toclean' => true),
|
||||||
'forum_discussions' => array('required' => false, 'toclean' => true),
|
'forum_discussions' => array('required' => false, 'toclean' => true),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue