we can't predict the size of propertyvalue. text -> clob

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
pull/4770/head
Georg Ehrke 7 years ago
parent b9bcc819bd
commit 80eb3064e2
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43

@ -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';

Loading…
Cancel
Save