[TYPO3-dev] missing field in tt_news_cache

David Bruchmann typo3-dev at bruchmann-web.de
Thu Dec 24 06:26:32 CET 2009


----- Ursprüngliche Nachricht -----
Von:        David Bruchmann <typo3-dev at bruchmann-web.de>
Gesendet:   Donnerstag, 24. Dezember 2009 06:11:13
An:         List for Core-/Extension development <typo3-dev at lists.typo3.org>
CC:
Betreff:    [TYPO3-dev] missing field in tt_news_cache
>
> In tt_news there is a missing field in the table tt_news_cache.


OK, I saw it's changed in SVN already:

#
# Table structure for table 'tt_news_cache'
#
CREATE TABLE IF NOT EXISTS `tt_news_cache` (
   `id` int(11) unsigned NOT NULL auto_increment,
   `identifier` varchar(32) NOT NULL default '',
   `content` text NOT NULL,
   `crdate` int(11) NOT NULL default '0',
   `tags` varchar(255) NOT NULL,
   `lifetime` int(11) NOT NULL default '0',
   PRIMARY KEY  (`id`),
   KEY `cache_id` (`identifier`)
) ENGINE=InnoDB;

Best Regards
David




More information about the TYPO3-dev mailing list