Add field to credential table

Signed-off-by: brantje <brantje@gmail.com>
This commit is contained in:
brantje 2016-09-28 19:23:25 +02:00
parent 088d32d1f2
commit 028fb36d8a
2 changed files with 9 additions and 1 deletions

View file

@ -229,6 +229,14 @@
<type>boolean</type>
<default>false</default>
</field>
<field>
<name>is_shared</name>
<type>integer</type>
<default>0</default>
<length>1</length>
<notnull>false</notnull>
<unsigned>true</unsigned>
</field>
<index>
<name>passman_credential_id_index</name>
<field>

View file

@ -5,7 +5,7 @@
<description>A password manager for Nextcloud</description>
<licence>AGPL</licence>
<author>Sander Brand</author>
<version>1.0.2.8</version>
<version>1.0.2.9</version>
<namespace>Passman</namespace>
<category>other</category>
<website>https://github.com/nextcloud/passman/</website>