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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Zuriaga <wolfi@wolfi.es>2016-10-03 20:50:03 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2016-10-03 20:50:03 +0300
commitf8c86b9ea6f1c21be46d5c2da64cf1cbdf014ef7 (patch)
tree3f05bbfb760ab80b7551ca84d5fa0a31e8e7a3a2 /appinfo
parent7cf807de5f70a079806e1b00cc9eed4ef07ae42b (diff)
Added edited_by field to credential revisions
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 85916172..da028f2d 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -366,6 +366,12 @@
<type>clob</type>
<notnull>true</notnull>
</field>
+ <field>
+ <name>edited_by</name>
+ <type>text</type>
+ <notnull>true</notnull>
+ <length>64</length>
+ </field>
<index>
<name>passman_revision_id_index</name>
<field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9f3478b0..0b82f3f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>A password manager for Nextcloud</description>
<licence>AGPL</licence>
<author>Sander Brand</author>
- <version>1.0.2.19</version>
+ <version>1.0.2.20</version>
<namespace>Passman</namespace>
<category>other</category>
<website>https://github.com/nextcloud/passman/</website>