mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-19 14:36:48 +01:00
- Added index on cache.created + small fixes in mssql DDL script
This commit is contained in:
@@ -73,6 +73,7 @@ CREATE TABLE `cache` (
|
||||
`data` longtext NOT NULL,
|
||||
`user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY(`cache_id`),
|
||||
INDEX `created_index` (`created`),
|
||||
INDEX `user_cache_index` (`user_id`,`cache_key`),
|
||||
CONSTRAINT `user_id_fk_cache` FOREIGN KEY (`user_id`)
|
||||
REFERENCES `users`(`user_id`)
|
||||
|
||||
Reference in New Issue
Block a user