From ca874a3ad776c9fd22c7bcbad81f493cfc551661 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 24 Feb 2012 14:18:09 +0100 Subject: [PATCH] remove limit from configvalue for long config values --- db_structure.xml | 12 ++++++------ lib/util.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/db_structure.xml b/db_structure.xml index 8e59a59c6e..1d459b75fd 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -31,12 +31,12 @@ configvalue - text - + clob true - 255 + + @@ -55,7 +55,7 @@ true 4 - + path text @@ -90,7 +90,7 @@ true 64 - + size integer @@ -522,7 +522,7 @@ - + *dbprefix*properties diff --git a/lib/util.php b/lib/util.php index 1b1e29b674..05caeca0e3 100644 --- a/lib/util.php +++ b/lib/util.php @@ -62,7 +62,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(3,00,1); + return array(3,00,2); } /**