Add a db index to access token

This commit is contained in:
Pranav Kant 2016-10-19 16:37:28 +05:30
parent df7ceb9865
commit 81e60581e4
2 changed files with 26 additions and 17 deletions

View File

@ -335,6 +335,15 @@
<length>4</length>
<comments>Expiration time of the token</comments>
</field>
<index>
<name>richdocuments_wopi_token_idx</name>
<unique>true</unique>
<field>
<name>token</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
</database>

View File

@ -5,7 +5,7 @@
<description>Collabora Online allows you to to work with all kinds of office documents directly in your browser. This application requires Collabora Cloudsuite to be installed on one of your servers, please read the documentation to learn more about that.</description>
<summary>Edit office documents directly in your browser.</summary>
<licence>AGPL</licence>
<version>1.1.6</version>
<version>1.1.7</version>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>