mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix error during the creation of the database table when using mysql
This commit is contained in:
parent
f0f77aafbf
commit
1e5081002b
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
</field>
|
||||
<field>
|
||||
<name>value</name>
|
||||
<type>text</type>
|
||||
<type>blob</type>
|
||||
<length>65532</length>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue