From 71a5de40f105234aa8082844d7839c3e0e49e905 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 7 Jun 2017 18:34:17 +0000 Subject: [PATCH] The index mustn't be 192 characters long --- include/dbstructure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dbstructure.php b/include/dbstructure.php index 161df46f69..2dec998a74 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -1743,7 +1743,7 @@ function db_definition() { "indexes" => array( "PRIMARY" => array("id"), "pid" => array("pid"), - "parameter" => array("parameter(192)"), + "parameter" => array("parameter(64)"), "priority_created" => array("priority", "created"), ) );