mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -04:00
Merge pull request #5672 from owncloud/fixing-5668-master-2
fixing Specified key was too long; max key length is 767 bytes
This commit is contained in:
commit
a937272379
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>256</length>
|
||||
<length>255</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue