Skip to content

Commit

Permalink
add index to page_question table
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ilias.de/svn/ilias/branches/Release_4_4_x_branch@57833 21b2c9ec-7c21-0410-8b45-9bfb8ed2bfc5
  • Loading branch information
alex40724 committed Feb 4, 2015
1 parent 0d292da commit 04b1e59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup/sql/4_4_hotfixes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1824,3 +1824,10 @@
)'
);
?>
<#65>
<?php
if(!$ilDB->indexExistsByFields('page_question',array('page_parent_type','page_id', 'page_lang')))
{
$ilDB->addIndex('page_question',array('page_parent_type','page_id', 'page_lang'),'i1');
}
?>

0 comments on commit 04b1e59

Please sign in to comment.