From 04b1e59ee664fb1535eb1934777ed216876d3f86 Mon Sep 17 00:00:00 2001 From: Alexander Killing Date: Wed, 4 Feb 2015 14:16:59 +0000 Subject: [PATCH] add index to page_question table git-svn-id: http://svn.ilias.de/svn/ilias/branches/Release_4_4_x_branch@57833 21b2c9ec-7c21-0410-8b45-9bfb8ed2bfc5 --- setup/sql/4_4_hotfixes.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/sql/4_4_hotfixes.php b/setup/sql/4_4_hotfixes.php index e17fd2ee0de6..ff612cb9da06 100644 --- a/setup/sql/4_4_hotfixes.php +++ b/setup/sql/4_4_hotfixes.php @@ -1824,3 +1824,10 @@ )' ); ?> +<#65> +indexExistsByFields('page_question',array('page_parent_type','page_id', 'page_lang'))) + { + $ilDB->addIndex('page_question',array('page_parent_type','page_id', 'page_lang'),'i1'); + } +?> \ No newline at end of file