From 1eeb2e9fb1696ccc6a500fed21a3e5e6a545d516 Mon Sep 17 00:00:00 2001 From: Martin Kutschker Date: Wed, 11 Oct 2006 13:08:26 +0000 Subject: [PATCH] Changed index "parent" of sys_template to (pid,sorting) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1753 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 6 +++++- typo3/sysext/cms/ext_tables.sql | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f3c6477ded..de8d6dca409 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ -2006-09-10 Martin Kutschker +2006-10-11 Martin Kutschker + + * Changed index "parent" of sys_template to (pid,sorting) + +2006-10-10 Martin Kutschker * Fixed bug #3777: thumbs.php looks for file in t3lib/gfx instead of typo3/gfx diff --git a/typo3/sysext/cms/ext_tables.sql b/typo3/sysext/cms/ext_tables.sql index 41e75ab58dc..f5ce4b03850 100755 --- a/typo3/sysext/cms/ext_tables.sql +++ b/typo3/sysext/cms/ext_tables.sql @@ -282,7 +282,7 @@ CREATE TABLE sys_template ( tx_impexp_origuid int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (uid), KEY t3ver_oid (t3ver_oid,t3ver_wsid), - KEY parent (pid) + KEY parent (pid,sorting) ); -- 2.20.1