diff options
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 |