Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored May 27, 2024
1 parent 5b8437f commit f574674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/class/DB.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ public static function prepareIndexCompare($indexes) {
if (!isset($return[$index['Key_name']])) {
$return[$index['Key_name']] = array(
'Key_name' => $index['Key_name'],
'Index_type' => $index['Index_type'],
'Non_unique' => 0,
'columns' => array(),
);
Expand Down

0 comments on commit f574674

Please sign in to comment.