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:
parent
fe0926b9cf
commit
482c546763
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user