diff options
author | alecpl <alec@alec.pl> | 2008-11-22 18:06:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-11-22 18:06:13 +0000 |
commit | dcf780a6bd5065ffb0dcc76233b1e5f601e258d2 (patch) | |
tree | f1e127b3cf04f18cf3776af057edd4fa57ec36e1 /SQL/mysql.initial.sql | |
parent | 3e48d2eee1d2af42aa777fd5e461fa570762732e (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
Diffstat (limited to 'SQL/mysql.initial.sql')
-rw-r--r-- | SQL/mysql.initial.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index 07f127cce..0f9fc8b92 100644 --- a/SQL/mysql.initial.sql +++ b/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, |