- Removed redundant cache.cache_id column (#1488528)

This commit is contained in:
Aleksander Machniak
2012-08-06 10:32:37 +02:00
parent a025cddbc5
commit 83121ece33
9 changed files with 29 additions and 31 deletions

View File

@@ -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',