mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-17 14:19:45 +08:00
Add field to credential table
Signed-off-by: brantje <brantje@gmail.com>
This commit is contained in:
parent
088d32d1f2
commit
028fb36d8a
2 changed files with 9 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue