show pinned items

This commit is contained in:
Michael 2019-11-07 06:53:18 +00:00
parent cf56992444
commit ed58af25a5
10 changed files with 41 additions and 8 deletions

View file

@ -1388,7 +1388,8 @@ return [
"pinned" => ["type" => "boolean", "comment" => "The item is pinned on the profile page"]
],
"indexes" => [
"PRIMARY" => ["uid", "iid"]
"PRIMARY" => ["uid", "iid"],
"uid_pinned" => ["uid", "pinned"]
]
],
"worker-ipc" => [