increase db fileds for usernames
This commit is contained in:
parent
2436d01985
commit
629097bee7
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>50</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>50</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>50</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
<field>
|
||||
<name>size</name>
|
||||
|
|
Loading…
Reference in a new issue