[TYPO3-core] RFC #6998.: Bugfix: Installation misses key-definition of table pages
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Mon May 12 20:38:59 CEST 2008
Steffen Müller schrieb:
> Hi,
>
> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=6998
>
> Branches:
> 4.2, trunk
>
> Problem:
> after setup (done with new install) these compare results are given:
>
> ALTER TABLE pages DROP KEY parent;
> ALTER TABLE pages ADD KEY parent (pid,sorting,deleted,hidden);
>
> This is because the 1-2-3-tool uses /t3lib/stddb/tables.sql with:
> KEY parent (pid,sorting)
> but the Database Analyser COMPARE uses typo3/sysext/cms/ext_tables.sql
> with:
> KEY parent (pid,sorting,deleted,hidden)
And where is the tca definition for "hidden"? It should be there where
the field's sql definition is.
Masi
More information about the TYPO3-team-core
mailing list