diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-11-02 20:52:38 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-11-02 20:52:38 +0100 |
commit | f22684cb3d424175bba1f832495c8f29de3854ad (patch) | |
tree | 0130919d3ec676769fb6eb92dacf2e3ca26ceb79 /db_structure.xml | |
parent | d25c8b43e651f15b78d83921b541f51e823edb5f (diff) | |
download | nextcloud-server-f22684cb3d424175bba1f832495c8f29de3854ad.tar.gz nextcloud-server-f22684cb3d424175bba1f832495c8f29de3854ad.zip |
fixing Specified key was too long; max key length is 767 bytes
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index a7225a7661f..a41892e39e7 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -884,7 +884,7 @@ <type>text</type> <default></default> <notnull>true</notnull> - <length>256</length> + <length>255</length> </field> <field> |