From 80eb3064e2e71e634e818eb49e52a5fe6166da81 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 9 May 2017 18:12:50 +0200 Subject: [PATCH] we can't predict the size of propertyvalue. text -> clob Signed-off-by: Georg Ehrke --- db_structure.xml | 3 +-- version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/db_structure.xml b/db_structure.xml index 902fb56ade..d6eba8b371 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -739,9 +739,8 @@ propertyvalue - text + clob true - 255 diff --git a/version.php b/version.php index 4f428c128a..84b84e1016 100644 --- a/version.php +++ b/version.php @@ -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';