mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-21 23:36:58 +01:00
- Added index on cache.created + small fixes in mssql DDL script
This commit is contained in:
@@ -15,6 +15,7 @@ CREATE TABLE `cache` (
|
||||
`created` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`data` longtext NOT NULL,
|
||||
PRIMARY KEY (`cache_id`),
|
||||
INDEX `created_index` (`created`),
|
||||
INDEX `user_cache_index` (`user_id`,`cache_key`)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user