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:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-28 17:38:38 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-01-28 17:38:38 +0400
commit3e0d117d6078703b46e73c6f5642f1945857da17 (patch)
tree8ff2b9fab706bfed7984bc2169f0577219c8906d /db_structure.xml
parent70c3ab3c53fa31331c19d3f1d74fce29efc047d4 (diff)
add display name to the database table oc_users
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml8
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>