Browse Source
fixing Specified key was too long; max key length is 767 bytes
remotes/origin/stable6
Thomas Mueller
12 years ago
1 changed files with
1 additions and
1 deletions
-
db_structure.xml
|
|
|
@ -884,7 +884,7 @@ |
|
|
|
<type>text</type> |
|
|
|
<default></default> |
|
|
|
<notnull>true</notnull> |
|
|
|
<length>256</length> |
|
|
|
<length>255</length> |
|
|
|
</field> |
|
|
|
|
|
|
|
<field> |
|
|
|
|