Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db_structure.xml1
-rwxr-xr-xlib/util.php2
2 files changed, 1 insertions, 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 @@
<name>displayname</name>
<type>text</type>
<default></default>
- <notnull>true</notnull>
<length>64</length>
</field>
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);
}
/**