]> git.mxchange.org Git - friendica.git/commitdiff
The index mustn't be 192 characters long
authorMichael <heluecht@pirati.ca>
Wed, 7 Jun 2017 18:34:17 +0000 (18:34 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 7 Jun 2017 18:34:17 +0000 (18:34 +0000)
include/dbstructure.php

index 161df46f698e26c00f805e4f0a6e03c9d7bad098..2dec998a7437bbafe0237a494d98596d7f93231a 100644 (file)
@@ -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"),
                                        )
                        );