Browse Source

fixing Specified key was too long; max key length is 767 bytes

remotes/origin/stable6
Thomas Mueller 12 years ago
parent
commit
f22684cb3d
  1. 2
      db_structure.xml

2
db_structure.xml

@ -884,7 +884,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>256</length>
<length>255</length>
</field>
<field>

Loading…
Cancel
Save