소스 검색

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>

Loading…
취소
저장