Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-07-12 17:30:40 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-07-20 21:24:33 +0300
commitdca09b69fa9f96426fe29318677147b62cab3de4 (patch)
treed18c1cf21bcc039f21e3c967548ed95596022710 /appinfo
parenta59e887aa57e6e46f53f72af41bc3a2a1183efdb (diff)
Add timestamp column
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml16
-rw-r--r--appinfo/info.xml2
2 files changed, 17 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 369e61a3..e520fed1 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -163,6 +163,14 @@
<notnull>true</notnull>
<length>4</length>
</field>
+ <field>
+ <name>timestamp</name>
+ <type>integer</type>
+ <notnull>true</notnull>
+ <unsigned>true</unsigned>
+ <length>4</length>
+ <default>0</default>
+ </field>
<index>
<name>rd_direct_token_idx</name>
@@ -172,6 +180,14 @@
<sorting>ascending</sorting>
</field>
</index>
+ <index>
+ <name>rd_direct_timestamp_idx</name>
+ <unique>false</unique>
+ <field>
+ <name>timestamp</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
</declaration>
</table>
</database>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b5315715..8b54ca40 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Collabora Online</name>
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to a Collabora Online server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
- <version>2.1.0</version>
+ <version>2.1.1</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>