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:
authorbrantje <brantje@gmail.com>2016-10-04 00:32:30 +0300
committerbrantje <brantje@gmail.com>2016-10-04 00:32:30 +0300
commit96435011f87e417024a4f40d41198342f6808bc1 (patch)
tree2f1c7ba4f5173ac01c993e436ccd2253a9e5d754 /appinfo
parent9d8209597288adaf8de36f4b133724055eb0bb02 (diff)
Add expire_views
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml8
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index da028f2d..98d912c0 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -452,6 +452,14 @@
<unsigned>true</unsigned>
</field>
<field>
+ <name>expire_views</name>
+ <type>integer</type>
+ <length>64</length>
+ <default>0</default>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
+ <field>
<name>permissions</name>
<type>integer</type>
<length>3</length>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0b82f3f5..cbf69058 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.20</version>
+ <version>1.0.2.21</version>
<namespace>Passman</namespace>
<category>other</category>
<website>https://github.com/nextcloud/passman/</website>