Project

General

Profile

Bug #17053 » bug_5088.diff

Administrator Admin, 2007-03-17 21:37

View differences:

t3lib/stddb/tables.sql (Arbeitskopie)
#
CREATE TABLE cache_hash (
hash varchar(32) DEFAULT '' NOT NULL,
content mediumtext NOT NULL,
content mediumblob NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
ident varchar(20) DEFAULT '' NOT NULL,
PRIMARY KEY (hash)
(3-3/3)