1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

session table no longer required (not used in 0.7, either)

This commit is contained in:
e107steved 2010-06-24 20:40:19 +00:00
parent fe0926b9cf
commit 482c546763

View File

@ -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)