Follow up to PR 5060: Missing index update

This commit is contained in:
Michael 2018-05-16 08:59:15 +00:00
parent c3a532a9f6
commit 3b2752c2fe
2 changed files with 2 additions and 2 deletions

View file

@ -1799,7 +1799,7 @@ class DBStructure
"pid" => ["pid"],
"parameter" => ["parameter(64)"],
"priority_created" => ["priority", "created"],
"executed" => ["executed"],
"done_executed" => ["done", "executed"],
]
];