Project

General

Profile

Bug #19923 ยป bug_10282.diff

Administrator Admin, 2009-01-27 11:26

View differences:

typo3/sysext/cms/ext_tables.sql (working copy)
CREATE TABLE cache_treelist (
md5hash char(32) DEFAULT '' NOT NULL,
pid int(11) DEFAULT '0' NOT NULL,
treelist text NOT NULL,
treelist text,
tstamp int(11) DEFAULT '0' NOT NULL,
expires int(11) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (md5hash)
    (1-1/1)