mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
- Removed redundant cache.cache_id column (#1488528)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
--
|
||||
|
||||
CREATE TABLE cache (
|
||||
cache_id integer NOT NULL PRIMARY KEY,
|
||||
user_id integer NOT NULL default 0,
|
||||
cache_key varchar(128) NOT NULL default '',
|
||||
created datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
|
||||
Reference in New Issue
Block a user