The index mustn't be 192 characters long

This commit is contained in:
Michael 2017-06-07 18:34:17 +00:00
parent 66458d7313
commit 71a5de40f1
1 changed files with 1 additions and 1 deletions

View 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"),
)
);