From 32667f8c384722098ea6c9978f7dc90923d2599d Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Wed, 17 Apr 2013 19:18:17 +0200 Subject: [PATCH] Remove not null constraint. Fix #2976 --- db_structure.xml | 1 - lib/util.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/db_structure.xml b/db_structure.xml index 98e2161efe1..81bdb876493 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -867,7 +867,6 @@ displayname text - true 64 diff --git a/lib/util.php b/lib/util.php index 8d483783920..56ddd0c174a 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 00, 5); + return array(5, 00, 6); } /** -- 2.39.5