Project

General

Profile

Bug #20746 » cache_hash_fix_4.2.diff

Administrator Admin, 2009-07-13 21:29

View differences:

t3lib/stddb/tables.sql (working copy)
hash varchar(32) DEFAULT '' NOT NULL,
content mediumblob,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
ident varchar(20) DEFAULT '' NOT NULL,
ident varchar(25) DEFAULT '' NOT NULL,
PRIMARY KEY (hash)
) ENGINE=InnoDB;
(1-1/2)