mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Issue #5490 Incorrect ALTER query created on index. Indexes added to admin_log for speed.
This commit is contained in:
@@ -887,7 +887,7 @@ class db_verify
|
||||
}
|
||||
else
|
||||
{
|
||||
return "INDEX `" . $data['keyname'] . "` (" . $data['field'] . ");";
|
||||
return "INDEX `" . $data['field'] . "` (" . $data['keyname'] . ");";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user