1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Improved DB-Verify debug information and problem detection.

This commit is contained in:
Cameron
2016-04-27 09:09:51 -07:00
parent bbd93f6ac6
commit fdfd60419b
2 changed files with 32 additions and 17 deletions

View File

@@ -575,7 +575,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', 'tinymce');
$obs_tables = array('flood', '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)