mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
- fix r2076: removed cache.session_id column, removed DELETEs from cache in session_gc
- trust DB server's time when "touching" cache and messages tables
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
CREATE TABLE `cache` (
|
||||
`cache_id` int(10) unsigned NOT NULL auto_increment,
|
||||
`user_id` int(10) unsigned NOT NULL default '0',
|
||||
`session_id` varchar(40) default NULL,
|
||||
`cache_key` varchar(128) NOT NULL default '',
|
||||
`created` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`data` longtext NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user