diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-22 18:06:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-22 18:06:13 +0000 |
| commit | daed092b293e227909e29f5b7aad7c9aa38d47ac (patch) | |
| tree | 9d351ce7073c892b0b2ac6704d2091b7a668c1f4 /roundcubemail/SQL/mysql.initial.sql | |
| parent | e00d46500c4740745ef34e70f5db783fae0a291c (diff) | |
- 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
git-svn-id: https://svn.roundcube.net/trunk@2077 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.initial.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.initial.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql.initial.sql b/roundcubemail/SQL/mysql.initial.sql index 07f127cce..0f9fc8b92 100644 --- a/roundcubemail/SQL/mysql.initial.sql +++ b/roundcubemail/SQL/mysql.initial.sql @@ -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, |
