diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-03-28 15:11:07 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-03 10:20:49 +0200 |
commit | 0d5147bd492e11dcb1ed264bcc27d21dc026c6f1 (patch) | |
tree | 987445dafba0171b933727e6b4060ba7ad4845e6 /db_structure.xml | |
parent | d0eefd17d3c47de8d13d41e57a2a6966af94428f (diff) | |
download | nextcloud-server-0d5147bd492e11dcb1ed264bcc27d21dc026c6f1.tar.gz nextcloud-server-0d5147bd492e11dcb1ed264bcc27d21dc026c6f1.zip |
add new password column to the share table in order to set passwords for share by mails
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index 545628a9233..ca832b62819 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -791,6 +791,13 @@ <notnull>false</notnull> <length>255</length> </field> + <field> + <name>password</name> + <type>text</type> + <default></default> + <notnull>false</notnull> + <length>255</length> + </field> <!-- Foreign Key users::uid --> <!-- This is the owner of the share |