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:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-06-19 03:43:00 +0300
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-06-19 03:43:00 +0300
commit0517f76c3236d766c031d1d7b2c3e8dfded07efb (patch)
treecef323d0d8645575c75e4616b3d00ecfe2acfd75 /appinfo
parentfc81c07f709dd2d7e0b72c13204391ef0f72f9bf (diff)
Shared documents now show correct editor's name in the change hisotry
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 7d7c9fce..3d0eead9 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -287,10 +287,16 @@
<comments>Unique per token</comments>
</field>
<field>
- <name>uid</name>
+ <name>owner_uid</name>
+ <type>text</type>
+ <length>64</length>
+ <comments>Document owner UserId - a textual user identifier (unique?)</comments>
+ </field>
+ <field>
+ <name>editor_uid</name>
<type>text</type>
<length>64</length>
- <comments>UserId - a textual user identifier (unique?)</comments>
+ <comments>Document editor's UserId, can be different from uid if shared</comments>
</field>
<field>
<name>fileid</name>