diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-28 14:38:38 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-28 14:38:38 +0100 |
commit | 3e0d117d6078703b46e73c6f5642f1945857da17 (patch) | |
tree | 8ff2b9fab706bfed7984bc2169f0577219c8906d /db_structure.xml | |
parent | 70c3ab3c53fa31331c19d3f1d74fce29efc047d4 (diff) | |
download | nextcloud-server-3e0d117d6078703b46e73c6f5642f1945857da17.tar.gz nextcloud-server-3e0d117d6078703b46e73c6f5642f1945857da17.zip |
add display name to the database table oc_users
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index db43ef21140..e878eac7690 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -680,6 +680,14 @@ </field> <field> + <name>displayname</name> + <type>text</type> + <default></default> + <notnull>true</notnull> + <length>64</length> + </field> + + <field> <name>password</name> <type>text</type> <default></default> |