ソースを参照

add display name to the database table oc_users

tags/v5.0.0alpha1
Björn Schießle 11年前
コミット
3e0d117d60
1個のファイルの変更8行の追加0行の削除
  1. 8
    0
      db_structure.xml

+ 8
- 0
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>

読み込み中…
キャンセル
保存