Shorter db index name

Fixes #54

(cherry picked from commit 2058ec84e583e03d5c0670953e0475f8894b55ae)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Pranav Kant 2017-05-25 19:48:19 +05:30 committed by Andras Timar
parent 32755343ed
commit 49a73108e9
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
</field>
<index>
<name>richdocuments_wopi_token_idx</name>
<name>rd_wopi_token_idx</name>
<unique>true</unique>
<field>
<name>token</name>

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.11.31</version>
<version>1.11.32</version>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/nextcloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/nextcloud/richdocuments.git</repository>