mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-11 02:26:50 +01:00
- Removed redundant cache.cache_id column (#1488528)
This commit is contained in:
@@ -239,3 +239,7 @@ ALTER TABLE `identities` ALTER `user_id` DROP DEFAULT;
|
||||
ALTER TABLE `searches` ALTER `user_id` DROP DEFAULT;
|
||||
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=1 */;
|
||||
|
||||
-- Updates from version 0.8
|
||||
|
||||
ALTER TABLE cache DROP COLUMN cache_id;
|
||||
|
||||
Reference in New Issue
Block a user