Skip to content
Snippets Groups Projects
Commit 209b0548 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #4770 from nextcloud/bugfix/4749/properties_table_propertyvalue_clob

we can't predict the size of propertyvalue. text -> clob
parents fb78774e 80eb3064
No related branches found
No related tags found
No related merge requests found
......@@ -739,9 +739,8 @@
<field>
<name>propertyvalue</name>
<type>text</type>
<type>clob</type>
<notnull>true</notnull>
<length>255</length>
</field>
<index>
......
......@@ -26,7 +26,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(12, 0, 0, 18);
$OC_Version = array(12, 0, 0, 19);
// The human readable string
$OC_VersionString = '12.0 beta 2';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment