1
0
Fork 0

Merge branch 'bugfix-index' of github.com:annando/friendica into acl-speedup

This commit is contained in:
Michael 2017-06-07 20:26:00 +00:00
commit d5cc757943
3 changed files with 3 additions and 3 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"),
)
);