add display name to the database table oc_users

This commit is contained in:
Björn Schießle 2013-01-28 14:38:38 +01:00
parent 70c3ab3c53
commit 3e0d117d60
1 changed files with 8 additions and 0 deletions

View File

@ -679,6 +679,14 @@
<length>64</length>
</field>
<field>
<name>displayname</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
</field>
<field>
<name>password</name>
<type>text</type>