diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index 215f06f1c..6e0b42f6c 100644 --- a/e107_admin/update_routines.php +++ b/e107_admin/update_routines.php @@ -269,7 +269,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'); + $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session'); // List of DB tables newly required (defined in core_sql.php) (The existing dblog table gets renamed)