--- /typo3_src-6.2.4/typo3/sysext/core/ext_tables.sql 2014-07-08 15:05:31.000000000 +0200 +++ /typo3_src-6.2.4_dev_system/typo3/sysext/core/ext_tables.sql 2014-09-08 14:12:51.000000000 +0200 @@ -476,6 +476,9 @@ CREATE TABLE sys_file_collection ( storage int(11) DEFAULT '0' NOT NULL, folder text NOT NULL, + # for type=recursive: + recursive int(11) DEFAULT '0' NOT NULL, + # for type=category: category int(11) DEFAULT '0' NOT NULL,