Skip to content

Commit

Permalink
Merge pull request #498 from owncloud/issue-495-object-index
Browse files Browse the repository at this point in the history
Add an index for the object based query from the sidebar plugin
  • Loading branch information
nickvergessen committed Apr 1, 2016
2 parents 7ad6928 + 0aabdd8 commit 9d8f420
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@
<sorting>descending</sorting>
</field>
</index>

<index>
<name>activity_object</name>
<field>
<name>object_type</name>
</field>
<field>
<name>object_id</name>
</field>
</index>
</declaration>
</table>
<table>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<licence>AGPL</licence>
<author>Frank Karlitschek, Joas Schilling</author>
<shipped>true</shipped>
<version>2.3.0</version>
<version>2.3.1</version>
<default_enable/>
<types>
<filesystem/>
Expand Down

0 comments on commit 9d8f420

Please sign in to comment.