1
0
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:
camer0n
2025-05-06 18:08:52 -07:00
parent 6b9be7d412
commit 218d0a5afc
3 changed files with 25 additions and 1 deletions

View File

@@ -887,7 +887,7 @@ class db_verify
}
else
{
return "INDEX `" . $data['keyname'] . "` (" . $data['field'] . ");";
return "INDEX `" . $data['field'] . "` (" . $data['keyname'] . ");";
}
}