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:
authorPranav Kant <pranavk@collabora.co.uk>2016-06-26 18:21:06 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-06-28 11:54:26 +0300
commit3235b886ad437cdc995deefab88e98994900c645 (patch)
treee45d028f741e69dea920d6ec296010c0136e02ac /appinfo
parenteb79866efdb2dc3298691c1b7b413cad1da1f08d (diff)
Add a revision history sidebar
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 3d0eead9..722fc1ee 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -306,6 +306,14 @@
<comments>The unique ID of the file authorized</comments>
</field>
<field>
+ <name>version</name>
+ <type>integer</type>
+ <notnull>true</notnull>
+ <default>0</default>
+ <length>4</length>
+ <comments>Authorized version, if any, of given fileid</comments>
+ </field>
+ <field>
<name>path</name>
<type>text</type>
<notnull>true</notnull>