mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Remove tinymce table.
This commit is contained in:
@@ -286,7 +286,7 @@ function update_706_to_800($type='')
|
||||
);
|
||||
|
||||
// List of DB tables not required (includes a few from 0.6xx)
|
||||
$obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session', 'preset');
|
||||
$obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session', 'preset', 'tinymce');
|
||||
|
||||
|
||||
// List of DB tables newly required (defined in core_sql.php) (The existing dblog table gets renamed)
|
||||
|
Reference in New Issue
Block a user