Browse Source
add display name to the database table oc_users
remotes/origin/stable5
Björn Schießle
13 years ago
1 changed files with
8 additions and
0 deletions
-
db_structure.xml
|
|
|
@ -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> |
|
|
|
|