Project

General

Profile

Feature #16444 ยป 3997.patch

Administrator Admin, 2007-09-11 14:27

View differences:

typo3/sysext/cms/ext_tables.php (working copy)
'label_alt' => 'subheader,bodytext',
'sortby' => 'sorting',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'title' => 'LLL:EXT:cms/locallang_tca.php:tt_content',
'delete' => 'deleted',
'versioningWS' => 2,
typo3/sysext/cms/ext_tables.sql (working copy)
t3ver_move_id int(11) DEFAULT '0' NOT NULL,
t3_origuid int(11) DEFAULT '0' NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
cruser_id int(11) unsigned DEFAULT '0' NOT NULL,
hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
sorting int(11) unsigned DEFAULT '0' NOT NULL,
CType varchar(30) DEFAULT '' NOT NULL,
    (1-1/1)