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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-03-28 16:11:07 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-04-03 11:20:49 +0300
commit0d5147bd492e11dcb1ed264bcc27d21dc026c6f1 (patch)
tree987445dafba0171b933727e6b4060ba7ad4845e6 /db_structure.xml
parentd0eefd17d3c47de8d13d41e57a2a6966af94428f (diff)
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.xml7
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